Package | Description |
---|---|
org.eclipse.ice.client.widgets.mesh |
Modifier and Type | Method and Description |
---|---|
StateType |
AbstractMeshController.getState()
Gets the current state of the Mesh object managed by the
AbstractMeshController.
|
static StateType |
StateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StateType[] |
StateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMeshController.setState(StateType state)
Sets the current state of the Mesh object managed by the
AbstractMeshController.
|