Uses of Class
com.alee.extended.tree.WebCheckBoxTree

Packages that use WebCheckBoxTree
com.alee.extended.tree   
 

Uses of WebCheckBoxTree in com.alee.extended.tree
 

Fields in com.alee.extended.tree declared as WebCheckBoxTree
protected  WebCheckBoxTree WebCheckBoxTreeCellRenderer.checkBoxTree
          Checkbox tree.
protected  WebCheckBoxTree<E> DefaultTreeCheckingModel.checkBoxTree
          Checkbox tree which uses this checking model.
 

Methods in com.alee.extended.tree that return WebCheckBoxTree
 WebCheckBoxTree<E> DefaultTreeCheckingModel.getCheckBoxTree()
          Returns checkbox tree which uses this checking model.
 

Methods in com.alee.extended.tree with parameters of type WebCheckBoxTree
protected  TreeCheckingModel<E> WebCheckBoxTree.createDefaultCheckingModel(WebCheckBoxTree<E> checkBoxTree)
          Creates and returns new default checking model for the specified checkbox tree.
 void DefaultTreeCheckingModel.setCheckBoxTree(WebCheckBoxTree<E> checkBoxTree)
          Sets checkbox tree which uses this checking model.
 

Constructors in com.alee.extended.tree with parameters of type WebCheckBoxTree
DefaultTreeCheckingModel(WebCheckBoxTree<E> checkBoxTree)
           
WebCheckBoxTreeCellRenderer(WebCheckBoxTree checkBoxTree)
          Constructs new checkbox tree cell renderer.