Uses of Class
com.alee.laf.spinner.WebSpinner

Packages that use WebSpinner
com.alee.laf.spinner   
 

Uses of WebSpinner in com.alee.laf.spinner
 

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