Package uk.ac.starlink.topcat
Class TopcatSsapTableLoadDialog
- 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
-
- uk.ac.starlink.topcat.TopcatSsapTableLoadDialog
-
- All Implemented Interfaces:
uk.ac.starlink.table.gui.TableLoadDialog,uk.ac.starlink.vo.DalLoader
public class TopcatSsapTableLoadDialog extends uk.ac.starlink.vo.SsapTableLoadDialogSsapTableLoadDialog subclass customised for use with TOPCAT.- Since:
- 16 Aug 2010
- Author:
- Mark Taylor
-
-
Constructor Summary
Constructors Constructor Description TopcatSsapTableLoadDialog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanacceptResourceIdList(java.lang.String[] ivoids, java.lang.String msg)booleanacceptSkyPosition(double raDegrees, double decDegrees)java.awt.ComponentcreateQueryComponent()-
Methods inherited from class uk.ac.starlink.vo.SsapTableLoadDialog
createTableLoader, getFormatOptions
-
Methods inherited from class uk.ac.starlink.vo.DalTableLoadDialog
checkUrl, getCapabilities, getMetadata, getResourceMetadata, getServiceUrl, getServiceUrlBox, getServiceUrlField, isReady, setServiceUrl
-
Methods inherited from class uk.ac.starlink.vo.RegistryServiceTableLoadDialog
getControlBox, getQueryFactory, getRegistryMenuItems, getRegistryPanel
-
Methods inherited from class uk.ac.starlink.table.gui.AbstractTableLoadDialog
asIOException, configure, createFormatSelector, getDescription, getIcon, getMenus, getName, getQueryComponent, getSelectedFormat, getSubmitAction, getToolbarActions, isAvailable, isComponentShowing, setIcon, setIconUrl, setMenus, setToolbarActions, submit, updateReady
-
-
-
-
Method Detail
-
createQueryComponent
public java.awt.Component createQueryComponent()
- Overrides:
createQueryComponentin classuk.ac.starlink.vo.SsapTableLoadDialog
-
acceptResourceIdList
public boolean acceptResourceIdList(java.lang.String[] ivoids, java.lang.String msg)- 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
-
-