Package | Description |
---|---|
org.eclipse.ice.client.widgets.mesh |
Modifier and Type | Method and Description |
---|---|
static MeshAppStateModeFactory.Mode |
MeshAppStateModeFactory.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MeshAppStateModeFactory.Mode[] |
MeshAppStateModeFactory.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MeshAppStateModeFactory.Mode> |
MeshAppStateModeFactory.getAvailableModes()
Gets all available modes provided by the factory.
|
Modifier and Type | Method and Description |
---|---|
MeshAppStateMode |
MeshAppStateModeFactory.getMode(MeshAppStateModeFactory.Mode type)
Gets a MeshApplicationMode corresponding to a String name.
|