|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.infonode.util.Enum
net.infonode.tabbedpanel.titledtab.TitledTabBorderSizePolicy
public final class TitledTabBorderSizePolicy
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.
TitledTab
,
TitledTabProperties
,
Serialized FormField Summary | |
---|---|
static TitledTabBorderSizePolicy |
EQUAL_SIZE
Equal size policy. |
static TitledTabBorderSizePolicy |
INDIVIDUAL_SIZE
Individual size policy. |
static TitledTabBorderSizePolicy[] |
SIZE_POLICIES
An array with all size policies |
Method Summary | |
---|---|
static TitledTabBorderSizePolicy[] |
getSizePolicies()
Gets the titled tab border size policies. |
Methods inherited from class net.infonode.util.Enum |
---|
decode, getName, getObject, getValue, readResolve, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TitledTabBorderSizePolicy EQUAL_SIZE
public static final TitledTabBorderSizePolicy INDIVIDUAL_SIZE
public static final TitledTabBorderSizePolicy[] SIZE_POLICIES
Method Detail |
---|
public static TitledTabBorderSizePolicy[] getSizePolicies()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |