| Package | Description |
|---|---|
| net.thevpc.echo |
| Modifier and Type | Method and Description |
|---|---|
static WindowState |
WindowState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowState[] |
WindowState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<WindowState> |
WindowStateSetValue.values() |
Set<WindowState> |
WindowStateSet.values() |
| Modifier and Type | Method and Description |
|---|---|
void |
WindowStateSetValue.add(WindowState a) |
WindowStateSet |
WindowStateSet.add(WindowState a) |
boolean |
WindowStateSetValue.is(WindowState a) |
boolean |
WindowStateSet.is(WindowState a) |
void |
WindowStateSetValue.remove(WindowState a) |
WindowStateSet |
WindowStateSet.remove(WindowState a) |
Copyright © 2021 vpc open source initiative. All rights reserved.