| java.lang.Object java.lang.Enum net.infonode.tabbedpanel.titledtab.TitledTabBorderSizePolicy
TitledTabBorderSizePolicy | final public class TitledTabBorderSizePolicy extends Enum (Code) | | TitledTabBorderSizePolicy defines how the insets for the titled tab
should be calculated based on the borders for the different tab states.
If the states have borders with different insets titled tab can use the same
insets for each state based on the maximum insets (top, left, bottom,
right) for each state. The compensated insets will be added on the inside
of the borders.
author: $Author: jesper $ version: $Revision: 1.8 $ See Also: TitledTab See Also: TitledTabProperties |
EQUAL_SIZE | final public static TitledTabBorderSizePolicy EQUAL_SIZE(Code) | | Equal size policy. This means that if the different tab states have
borders with different insets titled tab will use the same insets for
each state based on the maximum insets (top, left, bottom, right)
for each state. The compensated insets will be added on the inside of
the borders.
|
INDIVIDUAL_SIZE | final public static TitledTabBorderSizePolicy INDIVIDUAL_SIZE(Code) | | Individual size policy. This means that titled tab will use the borders
for each state as they are and not modify any insets. If the borders for
the different states have different insets, then the titled tab's insets
will be different depending on the state the tab is currently in.
|
getSizePolicies | public static TitledTabBorderSizePolicy[] getSizePolicies()(Code) | | Gets the titled tab border size policies.
the titled tab border size policies since: ITP 1.1.0 |
|
|