Modifier and Type | Method and Description |
---|---|
TableComponent |
ICETableComponentSectionPart.getTableComponent()
This operation retrieves the TableComponent that is currently rendered,
updated and monitored by the ICESectionPart.
|
Modifier and Type | Method and Description |
---|---|
void |
ICETableComponentSectionPart.setTableComponent(TableComponent table)
This operation sets the TableComponent that should be rendered, updated
and monitored by the ICESectionPart.
|
void |
ICESectionPage.visit(TableComponent component)
(non-Javadoc)
|
void |
ICEFormEditor.visit(TableComponent component)
(non-Javadoc)
|
void |
ComponentPropertySection.visit(TableComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
ReactorPage.visit(TableComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
SelectiveComponentVisitor.visit(TableComponent component) |
void |
IComponentVisitor.visit(TableComponent component)
This operation directs a visitor to perform its actions on the Component
as a VisitorComponent.
|
Modifier and Type | Method and Description |
---|---|
void |
TableComponent.copy(TableComponent otherTableComponent)
This operation performs a deep copy of the attributes of another
TableComponent into the current TableComponent.
|
boolean |
TableComponent.equals(TableComponent otherTableComponent)
This operation is used to check equality between the TableComponent and
another TableComponent.
|
void |
TreeComposite.visit(TableComponent component)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
Item.visit(TableComponent component)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
NekWriter.visit(TableComponent component) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionTable
This class manages a list of uniquely-keyed VisIt connections within an ICE
TableComponent . |
Modifier and Type | Class and Description |
---|---|
class |
VisItConnectionTable
This class extends
ConnectionTable to provide additional connection
preferences specific to the VisIt vizualization service. |
Modifier and Type | Method and Description |
---|---|
TableComponent |
TableComponentComposite.getTableComponent()
Gets the current
TableComponent data model that is rendered in
the TableComponentComposite.tableViewer . |
Modifier and Type | Method and Description |
---|---|
void |
TableComponentComposite.setTableComponent(TableComponent table)
Sets the current
TableComponent data model that is rendered in
the TableComponentComposite.tableViewer . |
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. |