Package net.infonode.tabbedpanel
Class TabDepthOrderPolicy
java.lang.Object
net.infonode.util.Enum
net.infonode.tabbedpanel.TabDepthOrderPolicy
- All Implemented Interfaces:
Serializable
,Writable
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.
- Since:
- ITP 1.2.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TabDepthOrderPolicy
Ascending depth order policy.static final TabDepthOrderPolicy
Descending depth order policy. -
Method Summary
Modifier and TypeMethodDescriptionstatic TabDepthOrderPolicy[]
Gets the available tab depth order policies.
-
Field Details
-
DESCENDING
Descending depth order policy. This means that the first tab will be the top most and the last tab will be the bottom most. Note that if a tab is highlighted, it will always be on top of the other tabs. -
ASCENDING
Ascending depth order policy. This means that the first tab will be the bottom most and the last tab will be the top most. Note that if a tab is highlighted, it will always be on top of the other tabs.
-
-
Method Details
-
getDepthOrderPolicies
Gets the available tab depth order policies.- Returns:
- the tab depth order policies
-