| |
|
| java.lang.Object java.lang.Enum net.infonode.tabbedpanel.TabLayoutPolicy
TabLayoutPolicy | final public class TabLayoutPolicy extends Enum (Code) | | TabLayoutPolicy defines how the tabs in a tabbed panel's tab area can be laid out.
author: $Author: jesper $ version: $Revision: 1.9 $ See Also: TabbedPanel See Also: TabbedPanelProperties |
COMPRESSION | final public static TabLayoutPolicy COMPRESSION(Code) | | Compression layout policy. This means that the tabs are laid out in a line. The
tabs will be downsized (compressed) so that they fit into the visible part of the
tab area.
|
LAYOUT_POLICIES | final public static TabLayoutPolicy[] LAYOUT_POLICIES(Code) | | Array with all available layout policies.
|
SCROLLING | final public static TabLayoutPolicy SCROLLING(Code) | | Scrolling layout policy. This means that the tabs are laid out in a line. The
line of tabs will be scrollable if not all tabs can fit into the visible part
of the tabbed panel's tab area at the same time.
|
getLayoutPolicies | public static TabLayoutPolicy[] getLayoutPolicies()(Code) | | Gets the tab layout policies.
the tab layout policies since: ITP 1.1.0 |
|
|
|