Uses of Class
FlaNium.WinAPI.elements.enums.ExpandCollapseState
-
Packages that use ExpandCollapseState Package Description FlaNium.WinAPI.elements FlaNium.WinAPI.elements.enums -
-
Uses of ExpandCollapseState in FlaNium.WinAPI.elements
Methods in FlaNium.WinAPI.elements that return ExpandCollapseState Modifier and Type Method Description ExpandCollapseStateComboBox. expandCollapseState()Gets the ExpandCollapseState of the element.ExpandCollapseStateTreeItem. expandCollapseState()Gets the current expand / collapse state. -
Uses of ExpandCollapseState in FlaNium.WinAPI.elements.enums
Methods in FlaNium.WinAPI.elements.enums that return ExpandCollapseState Modifier and Type Method Description static ExpandCollapseStateExpandCollapseState. getEnum(String value)static ExpandCollapseStateExpandCollapseState. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpandCollapseState[]ExpandCollapseState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-