Uses of Class
com.alee.extended.panel.GroupingType

Packages that use GroupingType
com.alee.extended.panel   
 

Uses of GroupingType in com.alee.extended.panel
 

Methods in com.alee.extended.panel that return GroupingType
static GroupingType GroupingType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GroupingType[] GroupingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.alee.extended.panel with parameters of type GroupingType
GroupPanel(GroupingType groupingType, boolean horizontal, java.awt.Component... components)
          Constructor that places components horizontally or vertically in a single row with a zero gap using special grouping type.
GroupPanel(GroupingType groupingType, java.awt.Component... components)
          Constructor that places components horizontally in a single row with a zero gap using special grouping type.
GroupPanel(GroupingType groupingType, int gap, boolean horizontal, java.awt.Component... components)
          Constructor that places components horizontally or vertically in a single row with a specified gap using special grouping type.
GroupPanel(GroupingType groupingType, int gap, java.awt.Component... components)
          Constructor that places components horizontally in a single row with a specified gap using special grouping type.