java.lang.Objectcom.install4j.api.formcomponents.GroupType
public class GroupType
Type of a layout group.
This enumeration is returned by LayoutGroup.getGroupType().
| Field Summary | |
|---|---|
static GroupType |
HORIZONTAL
Horizontal layout group |
static GroupType |
SINGLE_TAB
Tabbed pane |
static GroupType |
TABBED_PANE
Tabbed pane |
static GroupType |
VERTICAL
Vertical layout group |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final GroupType VERTICAL
public static final GroupType HORIZONTAL
public static final GroupType TABBED_PANE
public static final GroupType SINGLE_TAB
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object