|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TabLayoutPolicy | |
---|---|
net.infonode.tabbedpanel | Core classes for creating and using tabbed panels and tabs |
Uses of TabLayoutPolicy in net.infonode.tabbedpanel |
---|
Fields in net.infonode.tabbedpanel declared as TabLayoutPolicy | |
---|---|
static TabLayoutPolicy |
TabLayoutPolicy.COMPRESSION
Compression layout policy. |
static TabLayoutPolicy[] |
TabLayoutPolicy.LAYOUT_POLICIES
Array with all available layout policies. |
private TabLayoutPolicy |
TabbedPanel.listTabLayoutPolicy
|
static TabLayoutPolicy |
TabLayoutPolicy.SCROLLING
Scrolling layout policy. |
Methods in net.infonode.tabbedpanel that return TabLayoutPolicy | |
---|---|
TabLayoutPolicy |
TabLayoutPolicyProperty.get(java.lang.Object object)
Gets the TabLayoutPolicy |
static TabLayoutPolicy[] |
TabLayoutPolicy.getLayoutPolicies()
Gets the tab layout policies. |
TabLayoutPolicy |
TabbedPanelProperties.getTabLayoutPolicy()
Gets the tab layout policy for the tab area, i.e. how the line of tabs should be laid out |
Methods in net.infonode.tabbedpanel with parameters of type TabLayoutPolicy | |
---|---|
void |
TabLayoutPolicyProperty.set(java.lang.Object object,
TabLayoutPolicy policy)
Sets the TabLayoutPolicy |
TabbedPanelProperties |
TabbedPanelProperties.setTabLayoutPolicy(TabLayoutPolicy policy)
Sets the tab layout policy for the tab area, i.e. how the line of tabs should be laid out |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |