Uses of Class
net.infonode.tabbedpanel.titledtab.TitledTabSizePolicy

Packages that use TitledTabSizePolicy
net.infonode.tabbedpanel.titledtab TitledTab is a tab type with support for text, icon and a custom Swing component 
 

Uses of TitledTabSizePolicy in net.infonode.tabbedpanel.titledtab
 

Fields in net.infonode.tabbedpanel.titledtab declared as TitledTabSizePolicy
static TitledTabSizePolicy TitledTabSizePolicy.EQUAL_SIZE
          Equal size policy.
static TitledTabSizePolicy TitledTabSizePolicy.INDIVIDUAL_SIZE
          Individual size policy.
static TitledTabSizePolicy[] TitledTabSizePolicy.SIZE_POLICIES
          An array with all size policies.
 

Methods in net.infonode.tabbedpanel.titledtab that return TitledTabSizePolicy
 TitledTabSizePolicy TitledTabSizePolicyProperty.get(java.lang.Object object)
          Gets the TitledTabSizePolicy
static TitledTabSizePolicy[] TitledTabSizePolicy.getSizePolicies()
          Gets the size policies.
 TitledTabSizePolicy TitledTabProperties.getSizePolicy()
          Gets the size policy for this TitledTab
 

Methods in net.infonode.tabbedpanel.titledtab with parameters of type TitledTabSizePolicy
 void TitledTabSizePolicyProperty.set(java.lang.Object object, TitledTabSizePolicy policy)
          Sets the TitledTabSizePolicy
 TitledTabProperties TitledTabProperties.setSizePolicy(TitledTabSizePolicy sizePolicy)
          Sets the size policy for this TitledTab