jsky.catalog.gui
Interface CatalogNavigatorOpener

All Known Implementing Classes:
Navigator, NavigatorImageDisplay

public interface CatalogNavigatorOpener

This interface is implemented by classes that can create and/or open the catalog navigator window to display the contents of a given catalog.


Method Summary
 void openCatalogWindow()
          Open the catalog window.
 void openCatalogWindow(Catalog cat)
          Open the catalog window and display the interface for given catalog, if not null.
 void openCatalogWindow(java.lang.String name)
          Open a catalog window for the named catalog, if found.
 void openLocalCatalog()
          Pop up a file browser to select a local catalog file to open.
 

Method Detail

openCatalogWindow

void openCatalogWindow()
Open the catalog window.


openCatalogWindow

void openCatalogWindow(Catalog cat)
Open the catalog window and display the interface for given catalog, if not null.


openCatalogWindow

void openCatalogWindow(java.lang.String name)
Open a catalog window for the named catalog, if found.


openLocalCatalog

void openLocalCatalog()
Pop up a file browser to select a local catalog file to open.