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.


Method Summary
 void setQueryResult(QueryResult queryResult)
          Display the given query result.
 

Method Detail

setQueryResult

void setQueryResult(QueryResult queryResult)
Display the given query result.