Uses of Class
de.unistuttgart.informatik.fius.icge.ui.Toolbar.ClockButtonState
-
Packages that use Toolbar.ClockButtonState Package Description de.unistuttgart.informatik.fius.icge.ui -
-
Uses of Toolbar.ClockButtonState in de.unistuttgart.informatik.fius.icge.ui
Methods in de.unistuttgart.informatik.fius.icge.ui that return Toolbar.ClockButtonState Modifier and Type Method Description static Toolbar.ClockButtonState
Toolbar.ClockButtonState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Toolbar.ClockButtonState[]
Toolbar.ClockButtonState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.unistuttgart.informatik.fius.icge.ui with parameters of type Toolbar.ClockButtonState Modifier and Type Method Description void
Toolbar. setClockButtonState(Toolbar.ClockButtonState clockButtonState)
Set the state of the clock buttons.
-