Class DemoLoadDialog

java.lang.Object
uk.ac.starlink.table.gui.AbstractTableLoadDialog
uk.ac.starlink.datanode.tree.TreeTableLoadDialog
uk.ac.starlink.topcat.DemoLoadDialog
All Implemented Interfaces:
uk.ac.starlink.table.gui.TableLoadDialog

public class DemoLoadDialog extends uk.ac.starlink.datanode.tree.TreeTableLoadDialog
Table load dialogue which presents some demonstration data.
Since:
1 Dec 2004
Author:
Mark Taylor (Starlink)
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected uk.ac.starlink.datanode.tree.TableNodeChooser
     
     
     

    Methods inherited from class uk.ac.starlink.datanode.tree.TreeTableLoadDialog

    createQueryComponent, createTableLoader, isReady

    Methods inherited from class uk.ac.starlink.table.gui.AbstractTableLoadDialog

    addToolbarAction, asIOException, configure, createFormatSelector, getIcon, getMenus, getQueryComponent, getSelectedFormat, getSubmitAction, getToolbarActions, isAvailable, isComponentShowing, setIcon, setIconUrl, setMenus, setToolbarActions, submit, updateReady

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DemoLoadDialog

      public DemoLoadDialog()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface uk.ac.starlink.table.gui.TableLoadDialog
      Overrides:
      getName in class uk.ac.starlink.table.gui.AbstractTableLoadDialog
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface uk.ac.starlink.table.gui.TableLoadDialog
      Overrides:
      getDescription in class uk.ac.starlink.table.gui.AbstractTableLoadDialog
    • createNodeChooser

      protected uk.ac.starlink.datanode.tree.TableNodeChooser createNodeChooser()
      Overrides:
      createNodeChooser in class uk.ac.starlink.datanode.tree.TreeTableLoadDialog