Uses of Class
com.alee.laf.text.WebTextArea

Packages that use WebTextArea
com.alee.laf.text   
 

Uses of WebTextArea in com.alee.laf.text
 

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