Extension SDK 9.0.5

Uses of Interface
oracle.ide.explorer.ChildFilter

Packages that use ChildFilter
oracle.ide.explorer Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
 

Uses of ChildFilter in oracle.ide.explorer
 

Methods in oracle.ide.explorer that return ChildFilter
 ChildFilter TreeExplorer.findCacheFilter(TNode node)
          Find the ChildFilter associated with the specified node.
 ChildFilter TNode.getChildFilter()
          Returns the active ChildFilter.
 ChildFilter TNode.findChildFilter()
          Find the ChildFilter used to build the tree node hierarchy this TNode belongs to.
 

Methods in oracle.ide.explorer with parameters of type ChildFilter
 void TreeExplorer.cacheFilter(TNode node, ChildFilter filter)
          Associate the specified node and filter.
 void TreeExplorer.updateCachedFilter(ChildFilter filter)
          Update the filter cache with the specified filter.
 TNode TreeExplorer.childrenRemoved(java.util.List removed, TNode node, javax.swing.tree.DefaultTreeModel model, ChildFilter filter)
          Remove the nodes in the removed list from the parent node.
 TNode TreeExplorer.childrenAdded(java.util.List children, TNode parent, javax.swing.tree.DefaultTreeModel model, ChildFilter filter, boolean select)
          Add the nodes in the children list to the parent node.
 void TNode.setChildFilter(ChildFilter filter, boolean force)
          Set a new ChildFilter on this TNode.
 void TNode.setChildFilter(ChildFilter filter)
          Set a new ChildFilter on this TNode.
 

Uses of ChildFilter in oracle.ide.model
 

Classes in oracle.ide.model that implement ChildFilter
 class DefaultFilter
          The DefaultFilter class.
 class DirectoryFilter
          The DirectoryFilter organizes the children of a source folder into a directory structure view.
 class FilelistFilter
          The FilelistFilter class shows a flat children list
 class HierarchicalFilter
          The HierarchicalFilter defines common behavior for filters that organize the children of a source folder into a hierarchical (tree) structure view.
 class PackageFilter
          The PackageFilter organizes the children of a source folder into a package structure view.
 class PackageTreeFilter
          The PackageTreeFilter is a subclass of PackageFilter that organizes its children into a nested (tree) structure view.
 

Uses of ChildFilter in oracle.jdeveloper.model
 

Classes in oracle.jdeveloper.model that implement ChildFilter
 class ApplicationFilter
          The ApplicationFilter class organizes the children of an application into a predefined structure.
 class CategoryFilter
          The CategoryFilter class organizes the children of a project into a predefined structure.
 class JProjectFilter
          The JProjectFilter class organizes the children of a project into a predefined structure.
 

Methods in oracle.jdeveloper.model that return ChildFilter
static ChildFilter JProjectFilter.findFilter(TNode tnode, int filterType)
          Deprecated. Replace with JProjectStructureController.findFilter(TNode,int).
static ChildFilter JProjectStructureController.findFilter(TNode tnode, int filterType)
           
 

Methods in oracle.jdeveloper.model with parameters of type ChildFilter
protected  boolean ApplicationFilter.handleRemove(Element element, CategoryFolder folder, java.util.List childrenRemoved, ChildFilter folderFilter, Element subject)
           
protected  boolean ApplicationFilter.handleAdd(Element element, CategoryFolder folder, java.util.List childrenAdded, ChildFilter folderFilter, Element subject, boolean checkOwner)
           
protected  boolean CategoryFilter.handleAdd(Element element, CategoryFolder folder, java.util.List childrenToAdd, ChildFilter folderFilter, Element subject, boolean checkOwner)
           
protected  boolean CategoryFilter.handleRemove(Element element, CategoryFolder folder, java.util.List childrenToRemove, ChildFilter folderFilter, Element subject)
           
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.