Uses of Enum
net.miginfocom.layout.HideMode
Packages that use HideMode
-
Uses of HideMode in net.miginfocom.layout
Subclasses with type arguments of type HideMode in net.miginfocom.layoutModifier and TypeClassDescriptionenumNORMAL: Bounds will be calculated as if the component was visible.
SIZE_0_RETAIN_GAPS: If hidden the size will be 0, 0 but the gaps remain.
SIZE_0_GAPS_0: If hidden the size will be 0, 0 and gaps set to zero.
DISREGARD: If hidden the component will be disregarded completely and not take up a cell in the grid..Methods in net.miginfocom.layout that return HideModeModifier and TypeMethodDescriptionstatic HideModeHideMode.of(int code) static HideModeReturns the enum constant of this type with the specified name.static HideMode[]HideMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.miginfocom.layout with parameters of type HideMode