java Programming Glossary: dont_care
How to add checkbox to JTree node to manage multiselection? http://stackoverflow.com/questions/12870908/how-to-add-checkbox-to-jtree-node-to-manage-multiselection final State SELECTED new State public final static State DONT_CARE new State private final TristateDecorator model public TristateCheckBox.. null initial public TristateCheckBox String text this text DONT_CARE public TristateCheckBox this null No one may add mouse listeners.. l Set the new state to either SELECTED NOT_SELECTED or DONT_CARE. If state null it is treated as DONT_CARE. public void setState..
|