Uses of Interface
com.metamatrix.common.tree.ChildRules

Packages that use ChildRules
com.metamatrix.common.tree   
com.metamatrix.common.tree.directory   
 

Uses of ChildRules in com.metamatrix.common.tree
 

Classes in com.metamatrix.common.tree that implement ChildRules
 class DefaultChildRules
          This interface is used to encapsulate the rules that govern which types of nodes may have children.
 

Methods in com.metamatrix.common.tree that return ChildRules
protected  ChildRules RuledTreeViewImpl.getChildRules()
           
 

Constructors in com.metamatrix.common.tree with parameters of type ChildRules
RuledTreeViewImpl(TreeView tree, ChildRules rules)
           
RuledTreeViewImpl(TreeView tree, TreeNode root, ChildRules rules)
           
 

Uses of ChildRules in com.metamatrix.common.tree.directory
 

Constructors in com.metamatrix.common.tree.directory with parameters of type ChildRules
RuledDirectoryEntryViewImpl(TreeView treeView, ChildRules rules)
           
RuledDirectoryEntryViewImpl(TreeView treeView, TreeNode root, ChildRules rules)
           
 



Copyright © 2009. All Rights Reserved.