Package uk.ac.starlink.vo
Class SsapTableLoadDialog
java.lang.Object
uk.ac.starlink.table.gui.AbstractTableLoadDialog
uk.ac.starlink.vo.RegistryServiceTableLoadDialog
uk.ac.starlink.vo.DalTableLoadDialog
uk.ac.starlink.vo.SkyDalTableLoadDialog
uk.ac.starlink.vo.SsapTableLoadDialog
- All Implemented Interfaces:
uk.ac.starlink.table.gui.TableLoadDialog,DalLoader
Table load dialogue for retrieving the result of a SSAP query.
SSAP services are returned from a registry.
- Since:
- 2 Feb 2009
- Author:
- Mark Taylor
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Componentuk.ac.starlink.table.gui.TableLoaderReturns the selected format variant.static String[]Returns the list of standard options provided by the Format selector.Returns the format selector component.doubleReturns the requested search diameter.Methods inherited from class uk.ac.starlink.vo.SkyDalTableLoadDialog
acceptSkyPosition, getQuerySummary, getSkyEntryMethods inherited from class uk.ac.starlink.vo.DalTableLoadDialog
checkUrl, getCapabilities, getMetadata, getResourceMetadata, getServiceUrl, getServiceUrlBox, getServiceUrlField, isReady, setServiceUrlMethods inherited from class uk.ac.starlink.vo.RegistryServiceTableLoadDialog
acceptResourceIdList, getControlBox, getQueryFactory, getRegistryMenuItems, getRegistryPanelMethods inherited from class uk.ac.starlink.table.gui.AbstractTableLoadDialog
addToolbarAction, asIOException, configure, createFormatSelector, getDescription, getIcon, getMenus, getName, getQueryComponent, getSelectedFormat, getSubmitAction, getToolbarActions, isAvailable, isComponentShowing, setIcon, setIconUrl, setMenus, setToolbarActions, submit, updateReadyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface uk.ac.starlink.vo.DalLoader
acceptResourceIdList, getMenus, getRegistryPanel, setMenus
-
Constructor Details
-
SsapTableLoadDialog
public SsapTableLoadDialog()Constructor.
-
-
Method Details
-
createQueryComponent
- Overrides:
createQueryComponentin classSkyDalTableLoadDialog
-
createTableLoader
public uk.ac.starlink.table.gui.TableLoader createTableLoader() -
getSearchDiameter
public double getSearchDiameter()Returns the requested search diameter.- Returns:
- search diameter
-
getFormat
Returns the selected format variant.- Returns:
- format string
-
getFormatSelector
Returns the format selector component.- Returns:
- format selector
-
getFormatOptions
Returns the list of standard options provided by the Format selector. These are taken from the SSA standard; they are not exhaustive, but represent some of the more useful options. The user is able to enter custom items as an alternative. The first element in the returned list is a reasonable default.- Returns:
- format option strings
-