uk.ac.starlink.table.gui
Interface MultiTableLoadDialog.TablesSupplier

Enclosing interface:
MultiTableLoadDialog

public static interface MultiTableLoadDialog.TablesSupplier

Defines an object which can attempt to load a set of tables.


Method Summary
 StarTable[] getTables(StarTableFactory tfact, String format)
          Attempts to load some tables.
 String getTablesID()
          Returns a string representation (location maybe) of the tables which this object will load.
 

Method Detail

getTablesID

public String getTablesID()
Returns a string representation (location maybe) of the tables which this object will load.

Returns:
common ID of tables

getTables

public StarTable[] getTables(StarTableFactory tfact,
                             String format)
                      throws IOException
Attempts to load some tables. This synchronous method is not to be called o nthe event dispatch thread.

Parameters:
tfact - factory used for loading if necessary
format - format string
Throws:
IOException

Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved.