net.aerith.misao.gui
Class DatabaseInformationTree.NodeSelectionListener

java.lang.Object
  |
  +--net.aerith.misao.gui.DatabaseInformationTree.NodeSelectionListener
Enclosing class:
DatabaseInformationTree

protected class DatabaseInformationTree.NodeSelectionListener
extends java.lang.Object
implements javax.swing.event.TreeSelectionListener

The NodeSelectionListener is a listener class of leaf selection to expand the image informations, or show the image information.


Constructor Summary
protected DatabaseInformationTree.NodeSelectionListener()
           
 
Method Summary
 void valueChanged(javax.swing.event.TreeSelectionEvent e)
          Called whenever the value of the selection changes.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

DatabaseInformationTree.NodeSelectionListener

protected DatabaseInformationTree.NodeSelectionListener()
Method Detail

valueChanged

public void valueChanged(javax.swing.event.TreeSelectionEvent e)
Called whenever the value of the selection changes.
Specified by:
valueChanged in interface javax.swing.event.TreeSelectionListener
Parameters:
e - the event that characterizes the change.