Uses of Class
FlaNium.WinAPI.elements.enums.ToggleState
-
Packages that use ToggleState Package Description FlaNium.WinAPI.elements FlaNium.WinAPI.elements.enums -
-
Uses of ToggleState in FlaNium.WinAPI.elements
Methods in FlaNium.WinAPI.elements that return ToggleState Modifier and Type Method Description ToggleStateToggleButton. getToggleState()Gets the current toggle state.Methods in FlaNium.WinAPI.elements with parameters of type ToggleState Modifier and Type Method Description voidToggleButton. setToggleState(ToggleState toggleState)Sets the current toggle state. -
Uses of ToggleState in FlaNium.WinAPI.elements.enums
Methods in FlaNium.WinAPI.elements.enums that return ToggleState Modifier and Type Method Description static ToggleStateToggleState. getEnum(String value)static ToggleStateToggleState. valueOf(String name)Returns the enum constant of this type with the specified name.static ToggleState[]ToggleState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-