Uses of Class
de.unistuttgart.informatik.fius.icge.ui.Toolbar.ControlButtonState
-
Packages that use Toolbar.ControlButtonState Package Description de.unistuttgart.informatik.fius.icge.ui -
-
Uses of Toolbar.ControlButtonState in de.unistuttgart.informatik.fius.icge.ui
Methods in de.unistuttgart.informatik.fius.icge.ui that return Toolbar.ControlButtonState Modifier and Type Method Description static Toolbar.ControlButtonState
Toolbar.ControlButtonState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Toolbar.ControlButtonState[]
Toolbar.ControlButtonState. 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.ControlButtonState Modifier and Type Method Description void
Toolbar. setControlButtonState(Toolbar.ControlButtonState controlButtonState)
Set the state of the control buttons.void
PlayfieldDrawer. setSelectedTool(Toolbar.ControlButtonState selectedTool)
Inform the playfield drawer about which tool is selected in the toolbar.
-