Class MissionVizierMode
java.lang.Object
uk.ac.starlink.topcat.vizier.BasicVizierMode
uk.ac.starlink.topcat.vizier.MissionVizierMode
- All Implemented Interfaces:
VizierMode
VizierMode for queries of Mission catalogues.
- Since:
- 19 Oct 2009
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Queryable[]Provides the array of Queryable objects which represents the catalogues which can be searched by this mode.Methods inherited from class BasicVizierMode
getComponent, getName, getQueryableTable, getVizierInfo, readData, setVizierInfo
-
Constructor Details
-
MissionVizierMode
public MissionVizierMode()Constructor.
-
-
Method Details
-
loadQueryables
Description copied from class:BasicVizierModeProvides the array of Queryable objects which represents the catalogues which can be searched by this mode. The returned items must be compatible with theArrayTableColumns used by this mode. This method is not called on the event dispatch thread.- Specified by:
loadQueryablesin classBasicVizierMode- Returns:
- array of queryable catalogues
-