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

Packages that use TreeNodeFilter
com.metamatrix.common.tree   
com.metamatrix.common.tree.basic   
com.metamatrix.common.tree.directory   
 

Uses of TreeNodeFilter in com.metamatrix.common.tree
 

Classes in com.metamatrix.common.tree that implement TreeNodeFilter
 class PassThroughTreeNodeFilter
           
 

Methods in com.metamatrix.common.tree that return TreeNodeFilter
 TreeNodeFilter AbstractTreeView.getFilter()
          Return the filter that is being used by this view.
 TreeNodeFilter TreeView.getFilter()
          Set the filter that limits the set of TreeNode instances returned from this view.
 

Methods in com.metamatrix.common.tree with parameters of type TreeNodeFilter
 void AbstractTreeView.setFilter(TreeNodeFilter filter)
          Set the filter that limits the set of TreeNode instances returned from this view.
 void TreeView.setFilter(TreeNodeFilter filter)
          Set the filter that limits the set of TreeNode instances returned from this view.
 

Uses of TreeNodeFilter in com.metamatrix.common.tree.basic
 

Methods in com.metamatrix.common.tree.basic that return TreeNodeFilter
 TreeNodeFilter BasicTreeView.getFilter()
          Return the filter that is being used by this view.
 

Methods in com.metamatrix.common.tree.basic with parameters of type TreeNodeFilter
 void BasicTreeView.setFilter(TreeNodeFilter filter)
          Set the filter that limits the set of TreeNode instances returned from this view.
 

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

Subinterfaces of TreeNodeFilter in com.metamatrix.common.tree.directory
 interface DirectoryEntryFilter
          This interface defines a edit DirectoryEntry instances.
 

Classes in com.metamatrix.common.tree.directory that implement TreeNodeFilter
 class FileSystemFilter
          A sloppy filter to be used for test purposes only.
 class FolderOnlyFilter
          A simple filter that accepts only folders (i.e., those entries that have a type other than FileDefinition).
 class PassThroughDirectoryEntryFilter
           
 

Methods in com.metamatrix.common.tree.directory that return TreeNodeFilter
 TreeNodeFilter FileSystemView.getFilter()
          Set the filter that limits the set of DirectoryEntry instances returned from this view.
 

Methods in com.metamatrix.common.tree.directory with parameters of type TreeNodeFilter
 void FileSystemView.setFilter(TreeNodeFilter filter)
          Set the filter that limits the set of DirectoryEntry instances returned from this view.
 



Copyright © 2009. All Rights Reserved.