net.aerith.misao.gui
Class CatalogTreePanel.CatalogTreeDisplayListener

java.lang.Object
  |
  +--net.aerith.misao.gui.CatalogTreePanel.CatalogTreeDisplayListener
Enclosing class:
CatalogTreePanel

protected class CatalogTreePanel.CatalogTreeDisplayListener
extends java.lang.Object
implements java.awt.event.ActionListener

The CatalogTreeDisplayListener is a listener class of radio button check to display catalog name or code in catalog tree nodes.


Constructor Summary
protected CatalogTreePanel.CatalogTreeDisplayListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when one of the radio button is checked.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

CatalogTreePanel.CatalogTreeDisplayListener

protected CatalogTreePanel.CatalogTreeDisplayListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Invoked when one of the radio button is checked.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - contains the radio button status.