jsky.catalog.gui
Interface CatalogUIHandler
public interface CatalogUIHandler
Defines the interface for classes wishing to define thier own catalog
query or query result components.
Method Summary |
javax.swing.JComponent |
makeComponent(QueryResultDisplay display)
This interface may be implemented by Catalog and QueryResult objects that
wish to define custom user interfaces. |
makeComponent
javax.swing.JComponent makeComponent(QueryResultDisplay display)
- This interface may be implemented by Catalog and QueryResult objects that
wish to define custom user interfaces.
- Parameters:
display
- can be used to display the results of a catalog query
- Returns:
- a user interface component for the catalog or queryResult object, or null,
in which case a default component will be used, based on the object type