net.aerith.misao.toolkit.StarDatabase
Class StarDatabaseDesktop.StarSelectionListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.StarDatabase.StarDatabaseDesktop.StarSelectionListener
Enclosing class:
StarDatabaseDesktop

protected class StarDatabaseDesktop.StarSelectionListener
extends java.lang.Object
implements CatalogTreeSelectionListener

The StarSelectionListener is a listener class of star selection in the tree.


Constructor Summary
protected StarDatabaseDesktop.StarSelectionListener()
           
 
Method Summary
 void selectAll()
          Invoked when the root node is selected.
 void selectCatalog(java.lang.String catalog_name)
          Invoked when the specified catalog is selected.
 void selectCategory(java.lang.String category_name)
          Invoked when the specified catalog category is selected.
 void selectStar(Star star)
          Invoked when the specified star is selected.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

StarDatabaseDesktop.StarSelectionListener

protected StarDatabaseDesktop.StarSelectionListener()
Method Detail

selectAll

public void selectAll()
Invoked when the root node is selected.
Specified by:
selectAll in interface CatalogTreeSelectionListener

selectCategory

public void selectCategory(java.lang.String category_name)
Invoked when the specified catalog category is selected.
Specified by:
selectCategory in interface CatalogTreeSelectionListener
Parameters:
category_name - the category name.

selectCatalog

public void selectCatalog(java.lang.String catalog_name)
Invoked when the specified catalog is selected.
Specified by:
selectCatalog in interface CatalogTreeSelectionListener
Parameters:
catalog_name - the catalog name.

selectStar

public void selectStar(Star star)
Invoked when the specified star is selected.
Specified by:
selectStar in interface CatalogTreeSelectionListener
Parameters:
star - the star.