Package | Description |
---|---|
org.eclipse.ice.client.widgets.jme | |
org.eclipse.ice.client.widgets.mesh |
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.start(MeshAppState app)
Starts the
MeshUpdateHandler so that updates from a
MeshComponent can be handled one at a time and reduced in
number when multiple updates are required at the same time. |
Constructor and Description |
---|
AddMode(MeshAppState appState)
The default constructor.
|
EditMode(MeshAppState appState)
The default constructor.
|
MeshAppStateMode(MeshAppState appState)
The default constructor.
|
MeshAppStateModeFactory(MeshAppState appState)
The default constructor.
|