jsky.catalog.gui
Interface QueryResultDisplay
- All Known Implementing Classes:
- CatalogNavigator, CatalogNavigator.EmptyPanel, CatalogTree, Navigator, TableDisplay, TableDisplayTool
public interface QueryResultDisplay
This defines the common interface for classes that can display a QueryResult.
Classes defining this interface should know how to display the contents of
classes implementing the QueryResult interface.
setQueryResult
void setQueryResult(QueryResult queryResult)
- Display the given query result.