net.aerith.misao.gui
Class DatabaseCatalogTree.StarFolderSelectionListener

java.lang.Object
  |
  +--net.aerith.misao.gui.DatabaseCatalogTree.StarFolderSelectionListener
Enclosing class:
DatabaseCatalogTree

protected class DatabaseCatalogTree.StarFolderSelectionListener
extends java.lang.Object
implements javax.swing.event.TreeSelectionListener

The StarFolderSelectionListener is a listener class of leaf selection to expand the stars.


Constructor Summary
protected DatabaseCatalogTree.StarFolderSelectionListener()
           
 
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

DatabaseCatalogTree.StarFolderSelectionListener

protected DatabaseCatalogTree.StarFolderSelectionListener()
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.