Uses of Class
com.alee.laf.tabbedpane.TabStretchType

Packages that use TabStretchType
com.alee.laf.tabbedpane   
 

Uses of TabStretchType in com.alee.laf.tabbedpane
 

Fields in com.alee.laf.tabbedpane declared as TabStretchType
static TabStretchType WebTabbedPaneStyle.tabStretchType
          Tabs stretch type.
 

Methods in com.alee.laf.tabbedpane that return TabStretchType
 TabStretchType WebTabbedPaneUI.getTabStretchType()
           
 TabStretchType WebTabbedPane.getTabStretchType()
           
static TabStretchType TabStretchType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TabStretchType[] TabStretchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alee.laf.tabbedpane with parameters of type TabStretchType
 void WebTabbedPaneUI.setTabStretchType(TabStretchType tabStretchType)
           
 void WebTabbedPane.setTabStretchType(TabStretchType tabStretchType)