Class GavoTableLoadDialog
- java.lang.Object
-
- uk.ac.starlink.table.gui.AbstractTableLoadDialog
-
- uk.ac.starlink.topcat.contrib.gavo.GavoTableLoadDialog
-
- All Implemented Interfaces:
uk.ac.starlink.table.gui.TableLoadDialog
public class GavoTableLoadDialog extends uk.ac.starlink.table.gui.AbstractTableLoadDialog
-
-
Constructor Summary
Constructors Constructor Description GavoTableLoadDialog()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.awt.Component
createQueryComponent()
uk.ac.starlink.table.gui.TableLoader
createTableLoader()
Interrogates the internal state of this component and returns a TableLoader object.boolean
isAvailable()
Indicates whether this dialogue is available.-
Methods inherited from class uk.ac.starlink.table.gui.AbstractTableLoadDialog
asIOException, configure, createFormatSelector, getDescription, getIcon, getMenus, getName, getQueryComponent, getSelectedFormat, getSubmitAction, getToolbarActions, isComponentShowing, isReady, setIcon, setIconUrl, setMenus, setToolbarActions, submit, updateReady
-
-
-
-
Method Detail
-
createQueryComponent
protected java.awt.Component createQueryComponent()
- Specified by:
createQueryComponent
in classuk.ac.starlink.table.gui.AbstractTableLoadDialog
-
isAvailable
public boolean isAvailable()
Indicates whether this dialogue is available. Should return false if you happen to know somehow that that this service is unavailable.- Specified by:
isAvailable
in interfaceuk.ac.starlink.table.gui.TableLoadDialog
- Overrides:
isAvailable
in classuk.ac.starlink.table.gui.AbstractTableLoadDialog
-
createTableLoader
public uk.ac.starlink.table.gui.TableLoader createTableLoader()
Interrogates the internal state of this component and returns a TableLoader object.
-
-