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