See: Description
| Interface | Description |
|---|---|
| TreeCellCheckedListener |
Listener interface defining methods that will be called when the user checks or unchecks a particular node in a checkbox tree.
|
| TreeCellRadioSelectedListener |
Listener interface defining methods that will be called when the user selects or unselects a particular node in a radio button tree.
|
| Class | Description |
|---|---|
| CustomJTree |
Customizes the implementation of the standard
JTree to include support for tree nodes that have the appearance and behavior of JLabeledCheckBox or JLabeledRadioButton . |
| JMutableTreeNode |
Extension of
DefaultMutableTreeNode that provides support for the JTreeCell data structure. |
| JTreeCellData |
Data structure for describing a tree cell.
|
| JTreeCellRenderer |
This is a
TreeCellRenderer that is capable of producing a tree node that has a checkbox, icon, and text label if the underlying Object is a JMutableTreeNode with a JTreeCellData instance detailing the state of the tree node. |
| TreeCellCheckedEvent | |
| TreeCellRadioSelectedEvent |
# THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. #
# BEGIN YOUR PACKAGE COMMENTS WITH A #
# ONE-SENTENCE SUMMARY STARTING WITH A VERB, SUCH AS...: #
Provides for....
Package Specification
# DESCRIBE THE PACKAGE HERE #
Related Documentation
# PUT '@SEE' TAGS AND OTHER REFERENCES HERE #