| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.display |
| Modifier and Type | Field and Description |
|---|---|
private javafx.beans.property.ObjectProperty<EViewState> |
ClientViewState.state
Main state
|
| Modifier and Type | Method and Description |
|---|---|
EViewState |
ClientViewState.getState()
Gets the value of the property state.
|
static EViewState |
EViewState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EViewState[] |
EViewState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ObjectProperty<EViewState> |
ClientViewState.stateProperty()
Main state
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientViewState.setState(EViewState state)
Sets the value of the property state.
|
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.