| 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 LegacyCheckBoxTreeSelectionModel |
LegacyCheckBoxTree.createCheckBoxTreeSelectionModel(javax.swing.tree.TreeModel model)
Deprecated.
Creates the CheckBoxTreeSelectionModel.
|
LegacyCheckBoxTreeSelectionModel |
LegacyCheckBoxTree.getCheckBoxTreeSelectionModel()
Deprecated.
Gets the selection model for the check boxes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
LegacyCheckBoxTreeCellRenderer.updateCheckBoxState(LegacyTristateCheckBox checkBox,
javax.swing.tree.TreePath path,
LegacyCheckBoxTreeSelectionModel selectionModel)
Deprecated.
Updates the check box state based on the selection in the selection model.
|