Modifier and Type | Method and Description |
---|---|
ResourceComponent |
ICEResourceView.getResourceComponent()
This operation retrieves the ResourceComponent that has been rendered by
the ICEResourceView or null if the component does not exist.
|
ResourceComponent |
ICEResourcePage.getResourceComponent()
This operation retrieves the ResourceComponent that has been rendered by
the ICEResourcePage or null if the component does not exist.
|
Modifier and Type | Method and Description |
---|---|
void |
ICEResourcePage.setResourceComponent(ResourceComponent component)
This operation sets the ResourceComponent that should be used by the
ICEResourcePage.
|
void |
ICESectionPage.visit(ResourceComponent component)
(non-Javadoc)
|
void |
ICEFormEditor.visit(ResourceComponent component)
(non-Javadoc)
|
void |
ComponentPropertySection.visit(ResourceComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
ReactorPage.visit(ResourceComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
SelectiveComponentVisitor.visit(ResourceComponent component) |
void |
IComponentVisitor.visit(ResourceComponent component)
This operation directs a visitor to perform its actions on the Component
as an OutputComponent.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeComposite.visit(ResourceComponent component)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
Item.visit(ResourceComponent component)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
NekWriter.visit(ResourceComponent component) |
Modifier and Type | Method and Description |
---|---|
ResourceComponent |
ReactorViewer.getResourceComponent()
This operation retrieves the active ResourceComponent of this view or
null if the component does not exist.
|
Modifier and Type | Method and Description |
---|---|
ResourceComponent |
VizFileViewer.getResourceComponent()
This operation retrieves the active ResourceComponent of this view or
null if the component does not exist.
|
Modifier and Type | Method and Description |
---|---|
void |
VizFileViewer.setResourceComponent(ResourceComponent component)
This operation sets the ResourceComponent that should be used by this
view.
|
Modifier and Type | Method and Description |
---|---|
ResourceComponent |
CSVPlotViewer.getResourceComponent()
This operation retrieves the active ResourceComponent of this view or
null if the component does not exist.
|
Modifier and Type | Method and Description |
---|---|
void |
CSVPlotViewer.setResourceComponent(ResourceComponent component)
This operation sets the ResourceComponent that should be used by this
view.
|
Modifier and Type | Method and Description |
---|---|
ResourceComponent |
VisitPlotViewer.getResourceComponent()
This operation retrieves the active ResourceComponent of this view or
null if the component does not exist.
|
Modifier and Type | Method and Description |
---|---|
void |
VisitPlotViewer.setResourceComponent(ResourceComponent component)
This operation sets the ResourceComponent that should be used by this
view.
|