Uses of Class
ch.sahits.game.openpatrician.display.EViewState
-
Packages that use EViewState Package Description ch.sahits.game.openpatrician.display -
-
Uses of EViewState in ch.sahits.game.openpatrician.display
Methods in ch.sahits.game.openpatrician.display that return EViewState Modifier and Type Method Description EViewStateClientViewState. getState()static EViewStateEViewState. valueOf(java.lang.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.Methods in ch.sahits.game.openpatrician.display that return types with arguments of type EViewState Modifier and Type Method Description javafx.beans.property.ObjectProperty<EViewState>ClientViewState. stateProperty()Methods in ch.sahits.game.openpatrician.display with parameters of type EViewState Modifier and Type Method Description voidClientViewState. setState(EViewState state)
-