Uses of Enum Class
controller.util.TimeMode
Packages that use TimeMode
-
Uses of TimeMode in controller
Methods in controller with parameters of type TimeModeModifier and TypeMethodDescriptionvoid
Controller.switchTimeModeRequest
(TimeMode timeMode) Handles client request of time mode switching (Button click) -
Uses of TimeMode in controller.util
Methods in controller.util that return TimeModeModifier and TypeMethodDescriptionProperty.getTimeMode()
static TimeMode
Returns the enum constant of this class with the specified name.static TimeMode[]
TimeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in controller.util with parameters of type TimeModeConstructors in controller.util with parameters of type TimeMode