Package uk.ac.starlink.topcat
Class TopcatSiapTableLoadDialog
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
uk.ac.starlink.topcat.TopcatSiapTableLoadDialog
- All Implemented Interfaces:
uk.ac.starlink.table.gui.TableLoadDialog,uk.ac.starlink.vo.DalLoader
public class TopcatSiapTableLoadDialog
extends uk.ac.starlink.vo.SiapTableLoadDialog
SiapTableLoadDialog subclass customised for use with TOPCAT.
- Since:
- 16 Aug 2010
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptResourceIdList(String[] ivoids, String msg) booleanacceptSkyPosition(double raDegrees, double decDegrees) uk.ac.starlink.table.gui.TableLoaderMethods inherited from class uk.ac.starlink.vo.SiapTableLoadDialog
getFormat, getFormatSelector, getSiaVersion, getSizeDeg, getVersionSelectorMethods inherited from class uk.ac.starlink.vo.SkyDalTableLoadDialog
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
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
getMenus, getRegistryPanel, setMenus
-
Constructor Details
-
TopcatSiapTableLoadDialog
public TopcatSiapTableLoadDialog()
-
-
Method Details
-
createQueryComponent
- Overrides:
createQueryComponentin classuk.ac.starlink.vo.SiapTableLoadDialog
-
createTableLoader
public uk.ac.starlink.table.gui.TableLoader createTableLoader()- Specified by:
createTableLoaderin interfaceuk.ac.starlink.table.gui.TableLoadDialog- Overrides:
createTableLoaderin classuk.ac.starlink.vo.SiapTableLoadDialog
-
acceptResourceIdList
- Specified by:
acceptResourceIdListin interfaceuk.ac.starlink.vo.DalLoader- Overrides:
acceptResourceIdListin classuk.ac.starlink.vo.RegistryServiceTableLoadDialog
-
acceptSkyPosition
public boolean acceptSkyPosition(double raDegrees, double decDegrees) - Overrides:
acceptSkyPositionin classuk.ac.starlink.vo.SkyDalTableLoadDialog
-