Uses of Interface
eu.essilab.lablib.checkboxtree.TreeCheckingModel
Packages that use TreeCheckingModel
-
Uses of TreeCheckingModel in eu.essilab.lablib.checkboxtree
Classes in eu.essilab.lablib.checkboxtree that implement TreeCheckingModelModifier and TypeClassDescriptionclass
The default checking model, providing methods for storing and retrieving the checked TreePaths.class
Convenience class representing an empty tree checking model (cf. the Null Object pattern), whose paths are always enabled, unchecked and ungreyed.Fields in eu.essilab.lablib.checkboxtree declared as TreeCheckingModelModifier and TypeFieldDescriptionprotected TreeCheckingModel
TreeCheckingSynchronizer.model1
protected TreeCheckingModel
TreeCheckingSynchronizer.model2
Methods in eu.essilab.lablib.checkboxtree that return TreeCheckingModelModifier and TypeMethodDescriptionCheckboxTree.getCheckingModel()
Return the TreeCheckingModel of this CheckboxTree.Methods in eu.essilab.lablib.checkboxtree with parameters of type TreeCheckingModelModifier and TypeMethodDescriptionvoid
CheckboxTree.setCheckingModel
(TreeCheckingModel newCheckingModel) Set the checking model of this CheckboxTree.