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

Packages that use WebEditorPane
com.alee.laf.text   
 

Uses of WebEditorPane in com.alee.laf.text
 

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