|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TabDepthOrderPolicy | |
---|---|
net.infonode.tabbedpanel | Core classes for creating and using tabbed panels and tabs |
Uses of TabDepthOrderPolicy in net.infonode.tabbedpanel |
---|
Fields in net.infonode.tabbedpanel declared as TabDepthOrderPolicy | |
---|---|
static TabDepthOrderPolicy |
TabDepthOrderPolicy.ASCENDING
Ascending depth order policy. |
static TabDepthOrderPolicy |
TabDepthOrderPolicy.DESCENDING
Descending depth order policy. |
Methods in net.infonode.tabbedpanel that return TabDepthOrderPolicy | |
---|---|
TabDepthOrderPolicy |
TabDepthOrderPolicyProperty.get(java.lang.Object object)
Gets the TabDepthOrderPolicy |
static TabDepthOrderPolicy[] |
TabDepthOrderPolicy.getDepthOrderPolicies()
Gets the available tab depth order policies. |
TabDepthOrderPolicy |
TabbedPanelProperties.getTabDepthOrderPolicy()
Gets the tab depth order policy to be used when tabs are overlapping i.e. |
Methods in net.infonode.tabbedpanel with parameters of type TabDepthOrderPolicy | |
---|---|
void |
TabDepthOrderPolicyProperty.set(java.lang.Object object,
TabDepthOrderPolicy policy)
Sets the TabDepthOrderPolicy |
TabbedPanelProperties |
TabbedPanelProperties.setTabDepthOrderPolicy(TabDepthOrderPolicy policy)
Sets the tab depth order policy to be used when tabs are overlapping i.e. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |