| Package | Description |
|---|---|
| com.jidesoft.swing |
The package contains many based classes we added on top of Swing for JIDE Common Layer.
|
| Modifier and Type | Method and Description |
|---|---|
protected CheckBoxTreeSelectionModel |
CheckBoxTree.createCheckBoxTreeSelectionModel(javax.swing.tree.TreeModel model)
Creates the CheckBoxTreeSelectionModel.
|
CheckBoxTreeSelectionModel |
CheckBoxTree.getCheckBoxTreeSelectionModel()
Gets the selection model for the check boxes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CheckBoxTreeCellRenderer.updateCheckBoxState(TristateCheckBox checkBox,
javax.swing.tree.TreePath path,
CheckBoxTreeSelectionModel selectionModel)
Updates the check box state based on the selection in the selection model.
|