Uses of Class
com.jidesoft.swing.CheckBoxTreeSelectionModel

Packages that use CheckBoxTreeSelectionModel
com.jidesoft.swing The package contains many based classes we added on top of Swing for JIDE Common Layer. 
 

Uses of CheckBoxTreeSelectionModel in com.jidesoft.swing
 

Methods in com.jidesoft.swing that return CheckBoxTreeSelectionModel
protected  CheckBoxTreeSelectionModel CheckBoxTree.createCheckBoxTreeSelectionModel(TreeModel model)
          Creates the CheckBoxTreeSelectionModel.
 CheckBoxTreeSelectionModel CheckBoxTree.getCheckBoxTreeSelectionModel()
          Gets the selection model for the check boxes.
 

Methods in com.jidesoft.swing with parameters of type CheckBoxTreeSelectionModel
protected  void CheckBoxTreeCellRenderer.updateCheckBoxState(TristateCheckBox checkBox, TreePath path, CheckBoxTreeSelectionModel selectionModel)
          Updates the check box state based on the selection in the selection model.
 



Copyright © 2013. All Rights Reserved.