jfig.gui
Class ExportOptionsDialog.TextFieldMultiplexer

java.lang.Object
  extended byjfig.gui.ExportOptionsDialog.TextFieldMultiplexer
All Implemented Interfaces:
java.util.EventListener, java.awt.event.KeyListener
Enclosing class:
ExportOptionsDialog

class ExportOptionsDialog.TextFieldMultiplexer
extends java.lang.Object
implements java.awt.event.KeyListener

inner class to propagate TextField inputs to the commandline TextField


Constructor Summary
(package private) ExportOptionsDialog.TextFieldMultiplexer()
           
 
Method Summary
 void keyPressed(java.awt.event.KeyEvent e)
           
 void keyReleased(java.awt.event.KeyEvent e)
           
 void keyTyped(java.awt.event.KeyEvent e)
           
 void mux()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOptionsDialog.TextFieldMultiplexer

ExportOptionsDialog.TextFieldMultiplexer()
Method Detail

keyPressed

public void keyPressed(java.awt.event.KeyEvent e)
Specified by:
keyPressed in interface java.awt.event.KeyListener

keyReleased

public void keyReleased(java.awt.event.KeyEvent e)
Specified by:
keyReleased in interface java.awt.event.KeyListener

keyTyped

public void keyTyped(java.awt.event.KeyEvent e)
Specified by:
keyTyped in interface java.awt.event.KeyListener

mux

public void mux()