|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.infonode.util.Enum
net.infonode.tabbedpanel.TabLayoutPolicy
public final class TabLayoutPolicy
TabLayoutPolicy defines how the tabs in a tabbed panel's tab area can be laid out.
TabbedPanel
,
TabbedPanelProperties
,
Serialized FormField Summary | |
---|---|
static TabLayoutPolicy |
COMPRESSION
Compression layout policy. |
static TabLayoutPolicy[] |
LAYOUT_POLICIES
Array with all available layout policies. |
static TabLayoutPolicy |
SCROLLING
Scrolling layout policy. |
Method Summary | |
---|---|
static TabLayoutPolicy[] |
getLayoutPolicies()
Gets the tab layout policies. |
Methods inherited from class net.infonode.util.Enum |
---|
decode, getName, getObject, getValue, readResolve, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TabLayoutPolicy SCROLLING
public static final TabLayoutPolicy COMPRESSION
public static final TabLayoutPolicy[] LAYOUT_POLICIES
Method Detail |
---|
public static TabLayoutPolicy[] getLayoutPolicies()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |