Package jsky.catalog.gui

Contains classes for displaying catalogs and query results and navigating through hierarchies of catalogs.

See:
          Description

Interface Summary
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.
CatalogUIHandler Defines the interface for classes wishing to define thier own catalog query or query result components.
QueryResultDisplay This defines the common interface for classes that can display a QueryResult.
SymbolSelectionListener This defines the interface for listening for selection events on a catalog plot symbols.
TablePlotter This defines the interface for plotting the contents of a catalog table.
TableSelectionListener This defines the interface for listening for selection events on a catalog plot tables.
 

Class Summary
BasicTablePlotter Implements basic plotting of catalog tables on in an image window.
CatalogHistoryItem Local class used to store information about previously viewed catalogs or query results.
CatalogHistoryList Manages a list of catalogs for the history menu
CatalogNavigator Used to navigate the catalog hierarchy.
CatalogNavigatorMenuBar Implements a menubar for a CatalogNavigator.
CatalogQueryItem Local class used to store information about a query and its results, so that it can be repeated at a later time.
CatalogQueryList Manages a list of saved query argument and display settings.
CatalogQueryPanel Displays a panel containing widgets to use for searching a given catalog.
CatalogQueryTool Displays a CatalogQueryPanel in a JScrollPane and implements a search() method.
CatalogTree Used to display a catalog hierarchy.
CatalogTreeCellRenderer This local class is used to override the default tree node renderer and provide special catalog dependent icons.
HyperlinkTableCellEditor Used to display a button in a table cell.
HyperlinkTableCellRenderer Used to display a button in a table cell.
SymbolSelectionEvent This event is generated when a catalog symbol is seletced or deselected.
TableColumnConfigPanel A panel for choosing which table columns to display.
TableDisplay This widget displays the contents of a TableQueryResult in a JTable and implements scrolling, editing, searching and sorting methods.
TableDisplayTool Combines a TableDisplay component for displaying query results in tabular form with a title and some buttons to perform various actions.
TableSelectionEvent This event is generated when a catalog table is seletced or deselected.
TableSymbolConfig A user interface for setting plot symbol preferences.
TableSymbolConfigGUI  
 

Package jsky.catalog.gui Description

Contains classes for displaying catalogs and query results and navigating through hierarchies of catalogs. The main class is CatalogNavigator, which ties together the rest of the classes in one main window.