| |
|
| java.lang.Object java.lang.Enum net.infonode.tabbedpanel.TabDepthOrderPolicy
TabDepthOrderPolicy | public class TabDepthOrderPolicy extends Enum (Code) | | 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.
author: johan version: $Revision: 1.4 $ See Also: TabbedPanel See Also: TabbedPanelProperties since: ITP 1.2.0 |
ASCENDING | final public static TabDepthOrderPolicy ASCENDING(Code) | | 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.
|
DESCENDING | final public static TabDepthOrderPolicy DESCENDING(Code) | | 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.
|
getDepthOrderPolicies | public static TabDepthOrderPolicy[] getDepthOrderPolicies()(Code) | | Gets the available tab depth order policies.
the tab depth order policies |
|
|
|