Class JCheckBoxTree

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable

public class JCheckBoxTree extends JTree
A JCheckBox Tree adds checkboxes to each node of the tree. Clicks on the checkboxes can toggle further checkboxes further down the node. TriStateJCheckBox is used to render the partial state. Inspired by https://stackoverflow.com/questions/21847411/java-swing-need-a-good-quality-developed-jtree-with-checkboxes
See Also: