Uses of Interface
org.eclipse.actf.model.traverse.filters.INodeFilter

Packages that use INodeFilter
org.eclipse.actf.accservice.core   
org.eclipse.actf.model.traverse   
org.eclipse.actf.model.traverse.filters   
 

Uses of INodeFilter in org.eclipse.actf.accservice.core
 

Classes in org.eclipse.actf.accservice.core that implement INodeFilter
 class AccessibleNodeItemFilter
          This filter will exclude items.
 

Uses of INodeFilter in org.eclipse.actf.model.traverse
 

Methods in org.eclipse.actf.model.traverse that return INodeFilter
 INodeFilter[] INodeWalker.removeAllFilters()
          removes all filters from this walker
 INodeFilter[] AbstractNodeWalker.removeAllFilters()
          removes all filters from this walker
 

Methods in org.eclipse.actf.model.traverse with parameters of type INodeFilter
 void INodeWalker.addNodeFilter(INodeFilter filter)
          adds a filter to the list of filters through which nodes will be passed when successor nodes are retrieved via the getFilteredSuccessorNodes method.
 void AbstractNodeWalker.addNodeFilter(INodeFilter filter)
          adds a filter to the list of filters through which nodes will be passed when successor nodes are retrieved via the getFilteredSuccessorNodes method.
 void INodeWalker.removeNodeFilter(INodeFilter filter)
          removes the specified filter from the list of filters through which a node is passed when getFilteredSuccessorNodes is called.
 void AbstractNodeWalker.removeNodeFilter(INodeFilter filter)
           
 

Uses of INodeFilter in org.eclipse.actf.model.traverse.filters
 

Classes in org.eclipse.actf.model.traverse.filters that implement INodeFilter
 class NodeIdFilter
           
 class NodeNameFilter
           
 class NodeTypeFilter
           
 class NodeVisibilityFilter
          This filter will exclude invisible items.