Modifier and Type | Method and Description |
---|---|
MeshComponent |
MeshElementTreeView.getMeshComponent()
This operation retrieves the MeshComponent that has been rendered by this
view or null if the component does not exist.
|
MeshComponent |
ICEMeshPage.getMeshComponent()
This operation retrieves the MeshComponent displayed by this page or null
if the component does not exist.
|
Modifier and Type | Method and Description |
---|---|
void |
MeshElementTreeView.setMeshComponent(MeshComponent component)
This operation sets the MeshComponent that should be used by the
MeshElementTreeView.
|
void |
ICEMeshPage.setMeshComponent(MeshComponent component)
This operation sets the MeshComponent that should be used by the
ICEMeshPage.
|
void |
ICESectionPage.visit(MeshComponent component) |
void |
ICEFormEditor.visit(MeshComponent component) |
void |
ComponentPropertySection.visit(MeshComponent component) |
Modifier and Type | Method and Description |
---|---|
MeshAppState |
ViewFactory.createMeshView(MeshComponent mesh)
Creates a
MeshAppState for the specified
MeshComponent . |
Modifier and Type | Method and Description |
---|---|
void |
MeshUpdateHandler.setMesh(MeshComponent mesh)
Changes the mesh that is currently being listened to.
|
void |
MeshSelectionManager.setMesh(MeshComponent mesh)
Sets the MeshComponent whose selection is managed by this handler.
|
void |
MeshAppState.setMesh(MeshComponent mesh)
Sets the
MeshComponent that will be rendered in the jME3
view. |
Modifier and Type | Field and Description |
---|---|
MeshComponent |
MeshSelection.mesh |
Modifier and Type | Method and Description |
---|---|
void |
TabDescriptorProvider.visit(MeshComponent mesh) |
Constructor and Description |
---|
MeshSelection(MeshComponent mesh,
IMeshPart selectedMeshPart) |
Modifier and Type | Method and Description |
---|---|
void |
ReactorPage.visit(MeshComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
SelectiveComponentVisitor.visit(MeshComponent component) |
void |
IComponentVisitor.visit(MeshComponent component)
This operation informs the visitor that it is actually working with a
MeshComponent and should operate accordingly.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeComposite.visit(MeshComponent component)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
MeshComponent.copy(MeshComponent component)
This operation copies the contents of a MeshComponent into the current
object using a deep copy.
|
void |
IMeshPartVisitor.visit(MeshComponent mesh)
The visit operation for a
MeshComponent . |
Modifier and Type | Method and Description |
---|---|
void |
Item.visit(MeshComponent component)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
NekWriter.visit(MeshComponent component) |