| |
|
| java.lang.Object java.lang.Enum net.infonode.tabbedpanel.titledtab.TitledTabSizePolicy
TitledTabSizePolicy | final public class TitledTabSizePolicy extends Enum (Code) | | TitledTabSizePolicy defines how TitledTab should calculate its size.
If the different tab states results in different tab sizes, then TitledTab
can calculate the maximum size for the states and use that size for all
the states.
author: $Author: jesper $ version: $Revision: 1.6 $ |
EQUAL_SIZE | final public static TitledTabSizePolicy EQUAL_SIZE(Code) | | Equal size policy. This menas that if the different tab states results in
different tab sizes, then titled tab will calculate the maximum size for the
states and use that size for all the states.
|
INDIVIDUAL_SIZE | final public static TitledTabSizePolicy INDIVIDUAL_SIZE(Code) | | Individual size policy. This means that if the different tab states have
different sizes then titled tab will have different size for the states.
|
getSizePolicies | public static TitledTabSizePolicy[] getSizePolicies()(Code) | | Gets the size policies.
the size policies since: ITP 1.1.0 |
|
|
|