Class TitledTabSizePolicy
java.lang.Object
net.infonode.util.Enum
net.infonode.tabbedpanel.titledtab.TitledTabSizePolicy
- All Implemented Interfaces:
Serializable
,Writable
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.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TitledTabSizePolicy
Equal size policy.static final TitledTabSizePolicy
Individual size policy.static final TitledTabSizePolicy[]
An array with all size policies. -
Method Summary
-
Field Details
-
EQUAL_SIZE
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
Individual size policy. This means that if the different tab states have different sizes then titled tab will have different size for the states. -
SIZE_POLICIES
An array with all size policies.
-
-
Method Details
-
getSizePolicies
Gets the size policies.- Returns:
- the size policies
- Since:
- ITP 1.1.0
-