CheckboxTree is a Java Swing component providing a tree-like widget with checkboxes in each node. Checkboxes can toggle between the checked and unchecked state. Disabled and greyed checkboxes are also supported. The CheckboxTree API design is inspired by the JTree interface.
For more information, see this JavaWorld article.
See the project site for documentation, history, etc.
https://www.essi-lab.eu/projectsSites/lablib-checkboxtree/
Since version 4.0, CheckboxTree is on Maven Central!
https://search.maven.org/artifact/eu.essilab/lablib-checkboxtree
CheckboxTree is under GNU GPL. Contact the authors for other licensing options.
Copyright 2007-2022 Lorenzo Bigagli [email protected], Enrico Boldrini [email protected]
This file is part of CheckboxTree.
CheckboxTree is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
CheckboxTree is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with CheckboxTree; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.