Package uk.ac.starlink.datanode.tree
Class TreeTableLoadDialog
java.lang.Object
uk.ac.starlink.table.gui.AbstractTableLoadDialog
uk.ac.starlink.datanode.tree.TreeTableLoadDialog
- All Implemented Interfaces:
uk.ac.starlink.table.gui.TableLoadDialog
public class TreeTableLoadDialog
extends uk.ac.starlink.table.gui.AbstractTableLoadDialog
Table load dialogue which can select tables from a datanode tree.
- Since:
- 14 Sep 2010
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TableNodeChooser
Constructs a node chooser for use with this dialogue.uk.ac.starlink.table.gui.TableLoader
boolean
isReady()
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
-
Constructor Details
-
TreeTableLoadDialog
public TreeTableLoadDialog()Constructor.
-
-
Method Details
-
createQueryComponent
- Specified by:
createQueryComponent
in classuk.ac.starlink.table.gui.AbstractTableLoadDialog
-
isReady
public boolean isReady()- Overrides:
isReady
in classuk.ac.starlink.table.gui.AbstractTableLoadDialog
-
createTableLoader
public uk.ac.starlink.table.gui.TableLoader createTableLoader() -
createNodeChooser
Constructs a node chooser for use with this dialogue.- Returns:
- new node chooser
-