Package | Description |
---|---|
org.eclipse.ice.viz.service.preferences |
Modifier and Type | Method and Description |
---|---|
void |
TableComponentPreferenceAdapter.toPreferences(TableComponent table,
CustomScopedPreferenceStore store)
Stores the rows of the specified
TableComponent in the specified
preference store under a node named "table.name", where "name" is the
table's name. |
void |
TableComponentPreferenceAdapter.toTableComponent(CustomScopedPreferenceStore store,
TableComponent table)
Reads in the rows of the specified
TableComponent from the
specified preference store. |