Modifier and Type | Method and Description |
---|---|
MatrixComponent |
ICEMatrixComponentSectionPart.getMatrixComponent()
This operation retrieves the MatrixComponent that is currently rendered,
updated and monitored by the ICESectionPart.
|
Modifier and Type | Method and Description |
---|---|
void |
ICEMatrixComponentSectionPart.setMatrixComponent(MatrixComponent matrix)
This operation sets the MatrixComponent that should be rendered, updated
and monitored by the ICESectionPart.
|
void |
ICESectionPage.visit(MatrixComponent component)
(non-Javadoc)
|
void |
ICEFormEditor.visit(MatrixComponent component)
(non-Javadoc)
|
void |
ComponentPropertySection.visit(MatrixComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
ReactorPage.visit(MatrixComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
SelectiveComponentVisitor.visit(MatrixComponent component) |
void |
IComponentVisitor.visit(MatrixComponent component)
This operation directs a visitor to perform its actions on the Component
as a MatrixComponent.
|
Modifier and Type | Method and Description |
---|---|
void |
MatrixComponent.copy(MatrixComponent otherMatrixComponent)
This operation performs a deep copy of the attributes of another
MatrixComponent into the current MatrixComponent.
|
boolean |
MatrixComponent.equals(MatrixComponent otherMatrixComponent)
This operation is used to check equality between the MatrixComponent and
another MatrixComponent.
|
void |
TreeComposite.visit(MatrixComponent component)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
Item.visit(MatrixComponent component)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
NekWriter.visit(MatrixComponent component) |