|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.cwi.sen1.visplugin.table.model.SortableTableModelExporter
public class SortableTableModelExporter
Provides exporting functions for data in the SortableTableModel.
| Field Summary | |
|---|---|
(package private) nl.cwi.sen1.relationstores.Factory |
m_factory
|
(package private) SortableTableModel |
m_model
|
| Constructor Summary | |
|---|---|
SortableTableModelExporter(SortableTableModel model)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
exportToRStore(java.lang.String filename,
int[] selectedRows)
Exports a selection from a table model to an RStore file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
nl.cwi.sen1.relationstores.Factory m_factory
SortableTableModel m_model
| Constructor Detail |
|---|
public SortableTableModelExporter(SortableTableModel model)
model - The model on which the exporter will operate.| Method Detail |
|---|
public void exportToRStore(java.lang.String filename,
int[] selectedRows)
filename - File to save the generated RStore to.selectedRows - An array containing the indexes of all the table
rows that will be exported. If the array is empty,
the entire table will be exported.
|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||