|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ocap.environment.EnvironmentState
public class EnvironmentState
Defines the set of available states for an environment.
| Field Summary | |
|---|---|
static EnvironmentState |
BACKGROUND
The environment is in the background. |
static EnvironmentState |
INACTIVE
The environment is inactive. |
static EnvironmentState |
PRESENTING
The environment is presenting. |
static EnvironmentState |
SELECTED
The environment is selected. |
| Constructor Summary | |
|---|---|
protected |
EnvironmentState(String s)
This protected constructor is provided to enable the set of states to be extended. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final EnvironmentState INACTIVE
public static final EnvironmentState SELECTED
public static final EnvironmentState PRESENTING
public static final EnvironmentState BACKGROUND
| Constructor Detail |
|---|
protected EnvironmentState(String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||