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