install4j API

com.install4j.api.formcomponents
Class GroupType

java.lang.Object
  extended by com.install4j.api.formcomponents.GroupType

public class GroupType
extends java.lang.Object

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

VERTICAL

public static final GroupType VERTICAL
Vertical layout group


HORIZONTAL

public static final GroupType HORIZONTAL
Horizontal layout group


TABBED_PANE

public static final GroupType TABBED_PANE
Tabbed pane


SINGLE_TAB

public static final GroupType SINGLE_TAB
Tabbed pane

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

install4j API