net.infonode.tabbedpanel
Class TabDepthOrderPolicy

java.lang.Object
  extended by net.infonode.util.Enum
      extended by net.infonode.tabbedpanel.TabDepthOrderPolicy
All Implemented Interfaces:
java.io.Serializable, Writable

public class TabDepthOrderPolicy
extends Enum

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
Version:
$Revision: 1.4 $
Author:
johan
See Also:
TabbedPanel, TabbedPanelProperties, Serialized Form

Field Summary
static TabDepthOrderPolicy ASCENDING
          Ascending depth order policy.
static TabDepthOrderPolicy DESCENDING
          Descending depth order policy.
private static long serialVersionUID
           
 
Constructor Summary
private TabDepthOrderPolicy(int value, java.lang.String name)
           
 
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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

DESCENDING

public static final TabDepthOrderPolicy 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

public static final TabDepthOrderPolicy 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.

Constructor Detail

TabDepthOrderPolicy

private TabDepthOrderPolicy(int value,
                            java.lang.String name)
Method Detail

getDepthOrderPolicies

public static TabDepthOrderPolicy[] getDepthOrderPolicies()
Gets the available tab depth order policies.

Returns:
the tab depth order policies