Uses of Interface
org.openide.src.nodes.ElementNodeFactory

Packages that use ElementNodeFactory
org.openide.src.nodes Source elements can be represented by default element nodes
 

Uses of ElementNodeFactory in org.openide.src.nodes
 

Classes in org.openide.src.nodes that implement ElementNodeFactory
 class DefaultFactory
          The default implementation of the hierarchy nodes factory.
 class FilterFactory
          A factory used to create instances of hierarchy node implementations.
 

Fields in org.openide.src.nodes declared as ElementNodeFactory
protected  ElementNodeFactory SourceChildren.factory
          Factory for obtaining class nodes.
protected  ElementNodeFactory ClassChildren.factory
          Factory for creating new child nodes.
 

Methods in org.openide.src.nodes with parameters of type ElementNodeFactory
 void FilterFactory.attachTo(ElementNodeFactory factory)
           
protected  Children DefaultFactory.createClassChildren(ClassElement element, ElementNodeFactory factory)
          Create children for a class node, with specified factory.
 

Constructors in org.openide.src.nodes with parameters of type ElementNodeFactory
SourceChildren(ElementNodeFactory factory)
          Create a children list with no attached source element.
SourceChildren(ElementNodeFactory factory, SourceElement element)
          Create a children list.
ClassChildren(ElementNodeFactory factory, ClassElement element)
          Create class children.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.