|
|||||||||
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.TabDepthOrderPolicy
public class TabDepthOrderPolicy
TabDepthOrderPolicy defines the depth order for the tabs in a tabbed panel's tab area when tab spacing is negative i.e. the tabs are overlapping.
TabbedPanel
,
TabbedPanelProperties
,
Serialized FormField Summary | |
---|---|
static TabDepthOrderPolicy |
ASCENDING
Ascending depth order policy. |
static TabDepthOrderPolicy |
DESCENDING
Descending depth order policy. |
Method Summary | |
---|---|
static TabDepthOrderPolicy[] |
getDepthOrderPolicies()
Gets the available tab depth order 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 TabDepthOrderPolicy DESCENDING
public static final TabDepthOrderPolicy ASCENDING
Method Detail |
---|
public static TabDepthOrderPolicy[] getDepthOrderPolicies()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |