net.aerith.misao.toolkit.IdentificationReport
Class IdentificationReportPane.CatalogSelectionListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.IdentificationReport.IdentificationReportPane.CatalogSelectionListener
Enclosing class:
IdentificationReportPane

protected class IdentificationReportPane.CatalogSelectionListener
extends java.lang.Object
implements CatalogTreeSelectionListener

The CatalogSelectionListener is a listener class of catalog selection.


Constructor Summary
protected IdentificationReportPane.CatalogSelectionListener()
           
 
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

IdentificationReportPane.CatalogSelectionListener

protected IdentificationReportPane.CatalogSelectionListener()
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.