Uses of Interface
com.alee.extended.tree.CheckBoxTreeCellRenderer

Packages that use CheckBoxTreeCellRenderer
com.alee.extended.tree   
 

Uses of CheckBoxTreeCellRenderer in com.alee.extended.tree
 

Classes in com.alee.extended.tree that implement CheckBoxTreeCellRenderer
 class WebCheckBoxTreeCellRenderer
          Custom default cell renderer for WebCheckBoxTree.
 

Fields in com.alee.extended.tree declared as CheckBoxTreeCellRenderer
protected  CheckBoxTreeCellRenderer WebCheckBoxTree.checkBoxCellRenderer
          Checkbox cell renderer.
 

Methods in com.alee.extended.tree that return CheckBoxTreeCellRenderer
 CheckBoxTreeCellRenderer WebCheckBoxTree.getCheckBoxCellRenderer()
          Returns checkbox tree cell renderer.
 

Methods in com.alee.extended.tree with parameters of type CheckBoxTreeCellRenderer
 void WebCheckBoxTree.setCheckBoxTreeCellRenderer(CheckBoxTreeCellRenderer renderer)
          Sets special checkbox tree cell renderer.