Uses of Class
org.openide.src.SourceElement

Packages that use SourceElement
org.openide.cookies Cookies are a design pattern used to add behaviors to existing data object and nodes, or to separate implementation from the main object. 
org.openide.src The parsing results of Java sources and the result of Java Reflection may be uniformly accessed as source elements
org.openide.src.nodes Source elements can be represented by default element nodes
 

Uses of SourceElement in org.openide.cookies
 

Methods in org.openide.cookies that return SourceElement
 SourceElement SourceCookie.getSource()
          Returns a source element describing the hierarchy of the source.
 

Uses of SourceElement in org.openide.src
 

Methods in org.openide.src that return SourceElement
 SourceElement ClassElement.getSource()
          Get the source element of this class.
 

Constructors in org.openide.src with parameters of type SourceElement
ClassElement(ClassElement.Impl impl, SourceElement source)
          Factory constructor for defining top level classes.
 

Uses of SourceElement in org.openide.src.nodes
 

Fields in org.openide.src.nodes declared as SourceElement
protected  SourceElement SourceChildren.element
          The element whose subelements are represented.
 

Methods in org.openide.src.nodes that return SourceElement
 SourceElement SourceChildren.getElement()
          Get the currently attached source element.
 

Methods in org.openide.src.nodes with parameters of type SourceElement
 void SourceChildren.setElement(SourceElement element)
          Set a new source element to get information about children from.
 

Constructors in org.openide.src.nodes with parameters of type SourceElement
SourceChildren(SourceElement element)
          Create a children list with the default factory.
SourceChildren(ElementNodeFactory factory, SourceElement element)
          Create a children list.
 



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