Uses of Class
com.alee.laf.checkbox.WebCheckBox

Packages that use WebCheckBox
com.alee.extended.checkbox   
com.alee.extended.list   
com.alee.laf.checkbox   
com.alee.laf.table.renderers   
com.alee.laf.tree   
 

Uses of WebCheckBox in com.alee.extended.checkbox
 

Subclasses of WebCheckBox in com.alee.extended.checkbox
 class WebTristateCheckBox
          This WebCheckBox extension class provides additional third selection state - mixed state.
 

Uses of WebCheckBox in com.alee.extended.list
 

Subclasses of WebCheckBox in com.alee.extended.list
 class WebCheckBoxListElement
          Component for default checkbox list cell rendering.
 

Uses of WebCheckBox in com.alee.laf.checkbox
 

Methods in com.alee.laf.checkbox that return WebCheckBox
 WebCheckBox WebCheckBox.changeFontSize(int change)
          Changes font size of the specified component.
 WebCheckBox WebCheckBox.setBoldFont()
          Sets bold font for the component.
 WebCheckBox WebCheckBox.setBoldFont(boolean apply)
          Sets bold font for the component.
 WebCheckBox WebCheckBox.setFontName(java.lang.String fontName)
          Sets component font name.
 WebCheckBox WebCheckBox.setFontSize(int fontSize)
          Sets component font size.
 WebCheckBox WebCheckBox.setFontSizeAndStyle(int fontSize, boolean bold, boolean italic)
          Sets font size and style for the specified component.
 WebCheckBox WebCheckBox.setFontSizeAndStyle(int fontSize, int style)
          Sets font size and style for the specified component.
 WebCheckBox WebCheckBox.setFontStyle(boolean bold, boolean italic)
          Sets component font style.
 WebCheckBox WebCheckBox.setFontStyle(int style)
          Sets component font style.
 WebCheckBox WebCheckBox.setItalicFont()
          Sets italic or plain font for the component.
 WebCheckBox WebCheckBox.setItalicFont(boolean apply)
          Sets italic or plain font for the component.
 WebCheckBox WebCheckBox.setMinimumHeight(int minimumHeight)
          Sets component minimum height.
 WebCheckBox WebCheckBox.setMinimumWidth(int minimumWidth)
          Sets component minimum width.
 WebCheckBox WebCheckBox.setPlainFont()
          Sets plain font for the component.
 WebCheckBox WebCheckBox.setPlainFont(boolean apply)
          Sets plain font for the component.
 WebCheckBox WebCheckBox.setPreferredHeight(int preferredHeight)
          Sets component preferred height.
 WebCheckBox WebCheckBox.setPreferredWidth(int preferredWidth)
          Sets component preferred width.
 

Uses of WebCheckBox in com.alee.laf.table.renderers
 

Subclasses of WebCheckBox in com.alee.laf.table.renderers
 class WebBooleanRenderer
          User: mgarin Date: 31.10.12 Time: 15:27
 

Uses of WebCheckBox in com.alee.laf.tree
 

Constructors in com.alee.laf.tree with parameters of type WebCheckBox
WebTreeCellEditor(WebCheckBox checkBox)
          Constructs tree cell editor with a specified check box as editor.