Package uk.ac.starlink.vo
Class SiapTableLoadDialog
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.SiapTableLoadDialog
- All Implemented Interfaces:
uk.ac.starlink.table.gui.TableLoadDialog,DalLoader
Table load dialogue for retrieving the result of a SIAP query.
SIAP services are obtained from a registry.
- Since:
- 5 Dec 2005
- Author:
- Mark Taylor (Starlink)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Componentuk.ac.starlink.table.gui.TableLoaderReturns the format option selected.Returns the format selector component.Returns the SIA version selected.doubleReturns the size in degrees selected.Returns the SIA version selector component.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
-
SiapTableLoadDialog
public SiapTableLoadDialog()Constructor.
-
-
Method Details
-
createQueryComponent
- Overrides:
createQueryComponentin classSkyDalTableLoadDialog
-
createTableLoader
public uk.ac.starlink.table.gui.TableLoader createTableLoader() -
getSiaVersion
Returns the SIA version selected.- Returns:
- SIA version
-
getFormat
Returns the format option selected.- Returns:
- SIA format
-
getSizeDeg
public double getSizeDeg()Returns the size in degrees selected.- Returns:
- requested size in degrees
-
getFormatSelector
Returns the format selector component.- Returns:
- format selector
-
getVersionSelector
Returns the SIA version selector component.- Returns:
- version selector
-