jfig.gui
Class JFontConfigurationDialog.FontChanger

java.lang.Object
  extended byjfig.gui.JFontConfigurationDialog.FontChanger
All Implemented Interfaces:
java.util.EventListener, java.awt.event.ItemListener
Enclosing class:
JFontConfigurationDialog

class JFontConfigurationDialog.FontChanger
extends java.lang.Object
implements java.awt.event.ItemListener

FIXME: doesn't seem to work with all JVMs...


Field Summary
(package private)  int index
           
(package private)  javax.swing.JComboBox target
           
 
Constructor Summary
JFontConfigurationDialog.FontChanger(javax.swing.JComboBox target, int index)
           
 
Method Summary
 void itemStateChanged(java.awt.event.ItemEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

javax.swing.JComboBox target

index

int index
Constructor Detail

JFontConfigurationDialog.FontChanger

public JFontConfigurationDialog.FontChanger(javax.swing.JComboBox target,
                                            int index)
Method Detail

itemStateChanged

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