Uses of Interface
eu.essilab.lablib.checkboxtree.TreeCheckingModel
Packages that use TreeCheckingModel
- 
Uses of TreeCheckingModel in eu.essilab.lablib.checkboxtreeClasses in eu.essilab.lablib.checkboxtree that implement TreeCheckingModelModifier and TypeClassDescriptionclassThe default checking model, providing methods for storing and retrieving the checked TreePaths.classConvenience 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 TreeCheckingModelTreeCheckingSynchronizer.model1protected TreeCheckingModelTreeCheckingSynchronizer.model2Methods 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 TypeMethodDescriptionvoidCheckboxTree.setCheckingModel(TreeCheckingModel newCheckingModel) Set the checking model of this CheckboxTree.