| Package | Description |
|---|---|
| com.jidesoft.swing |
The package contains many based classes we added on top of Swing for JIDE Common Layer.
|
| Modifier and Type | Field and Description |
|---|---|
protected LegacyTristateCheckBox |
LegacyCheckBoxTreeCellRenderer._checkBox
Deprecated.
The checkbox that is used to paint the check box in cell renderer
|
| Modifier and Type | Method and Description |
|---|---|
protected LegacyTristateCheckBox |
LegacyCheckBoxTreeCellRenderer.createCheckBox()
Deprecated.
Create the check box in the cell.
|
LegacyTristateCheckBox |
LegacyCheckBoxTree.getCheckBox()
Deprecated.
Get the CheckBox used for CheckBoxTreeCellRenderer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LegacyCheckBoxTree.setCheckBox(LegacyTristateCheckBox checkBox)
Deprecated.
Set the CheckBox used for CheckBoxTreeCellRenderer.
|
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.
|
| Constructor and Description |
|---|
LegacyCheckBoxTreeCellRenderer(javax.swing.tree.TreeCellRenderer renderer,
LegacyTristateCheckBox checkBox)
Deprecated.
|