jsky.catalog.gui
Interface CatalogUIHandler

All Known Implementing Classes:
IRSACatalog

public interface CatalogUIHandler

Defines the interface for classes wishing to define thier own catalog query or query result components.


Method Summary
 JComponent makeComponent(QueryResultDisplay display)
          This interface may be implemented by Catalog and QueryResult objects that wish to define custom user interfaces.
 

Method Detail

makeComponent

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


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.