|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TableLoader
Interface defining an object which can load tables.
| Field Summary | |
|---|---|
static ValueInfo |
SOURCE_INFO
Table parameter key which may be used to provide information about the source of a loaded table. |
| Method Summary | |
|---|---|
String |
getLabel()
Returns a short textual label describing what is being loaded. |
TableSequence |
loadTables(StarTableFactory tfact)
Loads one or more tables. |
| Field Detail |
|---|
static final ValueInfo SOURCE_INFO
getLabel() to label the table for users.
| Method Detail |
|---|
String getLabel()
TableSequence loadTables(StarTableFactory tfact)
throws IOException
SOURCE_INFO key, for instance:
table.setParameter(new DescribedValue(TableLoader.SOURCE_INFO,
"Foo protocol query #1"))
This is optional; for instance if a table name is set that may
provide sufficient description.
This method may be time-consuming, and should not be called on the event dispatch thread.
tfact - table factory
IOException
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||