Uses of Enum
net.miginfocom.layout.HideMode

Packages that use HideMode
Package
Description
 
  • Uses of HideMode in net.miginfocom.layout

    Subclasses with type arguments of type HideMode in net.miginfocom.layout
    Modifier and Type
    Class
    Description
    enum 
    NORMAL: 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 HideMode
    Modifier and Type
    Method
    Description
    static HideMode
    HideMode.of(int code)
     
    static HideMode
    HideMode.valueOf(String name)
    Returns 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
    Modifier and Type
    Method
    Description
    final LC
    LC.hideMode(HideMode mode)
    Strongly typed API for most common usages