jfig.gui
Class ExportOptionsDialog.OptionChangeHandler

java.lang.Object
  extended byjfig.gui.ExportOptionsDialog.OptionChangeHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.awt.event.ItemListener
Enclosing class:
ExportOptionsDialog

class ExportOptionsDialog.OptionChangeHandler
extends java.lang.Object
implements java.awt.event.ItemListener, java.awt.event.ActionListener

inner class to react to item state changes: we just update the filename extension and command line


Constructor Summary
(package private) ExportOptionsDialog.OptionChangeHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void itemStateChanged(java.awt.event.ItemEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOptionsDialog.OptionChangeHandler

ExportOptionsDialog.OptionChangeHandler()
Method Detail

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Specified by:
itemStateChanged in interface java.awt.event.ItemListener

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener