|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SaveableTable<TM>
This interface identifies the class within a view window of YAAC that can save the contents of the tabular view to a CSV file.
Method Summary | |
---|---|
void |
exportAsCsv(java.io.PrintStream ps)
Export the table as a CSV file. |
java.lang.String |
getName()
Get the localized name of this table. |
int |
getRowCount()
Get the number of records in this table. |
TM |
getTableModel()
Get the data model of the table. |
Method Detail |
---|
void exportAsCsv(java.io.PrintStream ps)
ps
- PrintStream to write the CSV file toTM getTableModel()
java.lang.String getName()
int getRowCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |