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

Packages that use TabbedPaneStyle
com.alee.laf.tabbedpane   
 

Uses of TabbedPaneStyle in com.alee.laf.tabbedpane
 

Fields in com.alee.laf.tabbedpane declared as TabbedPaneStyle
static TabbedPaneStyle WebTabbedPaneStyle.tabbedPaneStyle
          Tab content margin.
 

Methods in com.alee.laf.tabbedpane that return TabbedPaneStyle
 TabbedPaneStyle WebTabbedPaneUI.getTabbedPaneStyle()
           
 TabbedPaneStyle WebTabbedPane.getTabbedPaneStyle()
           
static TabbedPaneStyle TabbedPaneStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TabbedPaneStyle[] TabbedPaneStyle.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 TabbedPaneStyle
 void WebTabbedPaneUI.setTabbedPaneStyle(TabbedPaneStyle tabbedPaneStyle)
           
 void WebTabbedPane.setTabbedPaneStyle(TabbedPaneStyle tabbedPaneStyle)
           
 

Constructors in com.alee.laf.tabbedpane with parameters of type TabbedPaneStyle
WebTabbedPane(int tabPlacement, int tabLayoutPolicy, TabbedPaneStyle style)
           
WebTabbedPane(int tabPlacement, TabbedPaneStyle style)
           
WebTabbedPane(TabbedPaneStyle style)