|
Class Summary |
| AbstractTreeModel<T> |
A utility class to create custom TreeModels where the nodes themselves do not need to implement TreeNode or MutableTreeNode. |
| BeforeOnAfterTreeDropListener |
This adds a enhanced DropTargetListener that gives the possibility to drop before, on or after a treenode. |
| CheckTreeCellRenderer |
A Tree cell renderer that prefixes each cell with a checkbox. |
| CheckTreeManager |
This class manages a JTree which uses the CheckListCellRenderer. |
| CheckTreeSelectionModel |
JTree should have two selections: one is normal selection and another is checkSelection (checkbox selected)
Why don't we use TreeSelectionModel to maintain checkSelection. |
| TreeModelSupport |
A utility class to create custom TreeModels. |