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 -
Method Summary
Modifier and TypeMethodDescriptionprotected Component
uk.ac.starlink.table.gui.TableLoader
Interrogates the internal state of this component and returns a TableLoader object.boolean
Indicates whether this dialogue is available.Methods inherited from class uk.ac.starlink.table.gui.AbstractTableLoadDialog
addToolbarAction, asIOException, configure, createFormatSelector, getDescription, getIcon, getMenus, getName, getQueryComponent, getSelectedFormat, getSubmitAction, getToolbarActions, isComponentShowing, isReady, setIcon, setIconUrl, setMenus, setToolbarActions, submit, updateReady
-
Constructor Details
-
GavoTableLoadDialog
public GavoTableLoadDialog()Constructor. A public no-arg constructor is required by STIL's pluggable load dialogue mechanism.
-
-
Method Details
-
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.
-