Uses of Enum Class
org.troy.capstone.constants.UISizeControl
Packages that use UISizeControl
-
Uses of UISizeControl in org.troy.capstone.constants
Subclasses with type arguments of type UISizeControl in org.troy.capstone.constantsModifier and TypeClassDescriptionenumEnum for UI size control, to centralize all size-related constants for the UI in one place.Methods in org.troy.capstone.constants that return UISizeControlModifier and TypeMethodDescriptionstatic UISizeControlReturns the enum constant of this class with the specified name.static UISizeControl[]UISizeControl.values()Returns an array containing the constants of this enum class, in the order they are declared.