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 Componentuk.ac.starlink.table.gui.TableLoaderInterrogates the internal state of this component and returns a TableLoader object.booleanIndicates 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
-
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:
createQueryComponentin 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:
isAvailablein interfaceuk.ac.starlink.table.gui.TableLoadDialog- Overrides:
isAvailablein 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.
-