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

Packages that use WebTabbedPane
com.alee.laf.tabbedpane   
 

Uses of WebTabbedPane in com.alee.laf.tabbedpane
 

Methods in com.alee.laf.tabbedpane that return WebTabbedPane
 WebTabbedPane WebTabbedPane.changeFontSize(int change)
          Changes font size of the specified component.
 WebTabbedPane WebTabbedPane.setBoldFont()
          Sets bold font for the component.
 WebTabbedPane WebTabbedPane.setBoldFont(boolean apply)
          Sets bold font for the component.
 WebTabbedPane WebTabbedPane.setFontName(java.lang.String fontName)
          Sets component font name.
 WebTabbedPane WebTabbedPane.setFontSize(int fontSize)
          Sets component font size.
 WebTabbedPane WebTabbedPane.setFontSizeAndStyle(int fontSize, boolean bold, boolean italic)
          Sets font size and style for the specified component.
 WebTabbedPane WebTabbedPane.setFontSizeAndStyle(int fontSize, int style)
          Sets font size and style for the specified component.
 WebTabbedPane WebTabbedPane.setFontStyle(boolean bold, boolean italic)
          Sets component font style.
 WebTabbedPane WebTabbedPane.setFontStyle(int style)
          Sets component font style.
 WebTabbedPane WebTabbedPane.setItalicFont()
          Sets italic or plain font for the component.
 WebTabbedPane WebTabbedPane.setItalicFont(boolean apply)
          Sets italic or plain font for the component.
 WebTabbedPane WebTabbedPane.setPlainFont()
          Sets plain font for the component.
 WebTabbedPane WebTabbedPane.setPlainFont(boolean apply)
          Sets plain font for the component.