| Package | Description |
|---|---|
| com.sun.glass.ui |
| Modifier and Type | Field and Description |
|---|---|
private EventLoop.State |
EventLoop.state |
| Modifier and Type | Method and Description |
|---|---|
EventLoop.State |
EventLoop.getState()
Gets the current
EventLoop.State of this EventLoop instance. |
static EventLoop.State |
EventLoop.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventLoop.State[] |
EventLoop.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|