Uses of Package
org.openide.src

Packages that use org.openide.src
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.debugger The IDE can support plugged-in implementations of an abstract debugger interface. 
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
 

Classes in org.openide.src used by org.openide.cookies
Element
          Base class for representations of elements in the Java language.
SourceElement
          Describes an entire Java source file.
 

Classes in org.openide.src used by org.openide.debugger
ConstructorElement
          Describes the constructor of a class.
 

Classes in org.openide.src used by org.openide.src
ClassElement
          Element that describes one class.
ClassElement.Finder
          Provides a "finder" for class elements.
ClassElement.Impl
          Pluggable behavior for class elements.
ConstructorElement
          Describes the constructor of a class.
ConstructorElement.Impl
          Implementation of constructors.
ConstructorElement.Key
          Serves as a key for constructor elements.
Element
          Base class for representations of elements in the Java language.
Element.Impl
          Pluggable implementation of the storage of element properties.
Element.Impl2
          Extended version of the implementation interface.
ElementPrinter
          Prints elements in a textual form.
ElementPrinterInterruptException
          Thrown when an element printer stops printing at some notable point.
ElementProperties
          Names of properties of elements.
FieldElement
          Describes a field (variable) in a class.
FieldElement.Impl
          Implementation of a field element.
Identifier
          Represents one identifier.
Identifier.Resolver
          The interface allows lazy resolving of an Identifier to a fully qualified name.
Import
          Represents one class or package import.
InitializerElement
          Element which represents an initializer block.
InitializerElement.Impl
          Pluggable implementation of initializers.
JavaDoc
          Represents a JavaDoc comment block.
JavaDoc.Class
          The JavaDoc of a class.
JavaDoc.Field
          The JavaDoc of a field.
JavaDoc.Method
          The JavaDoc of a method.
JavaDocTag
          Represents a documentation tag, e.g.
JavaDocTag.Param
          Represents an @param documentation tag.
JavaDocTag.See
          Represents a see also documentation tag.
JavaDocTag.SerialField
          Documents a Serializable field defined by an ObjectStreamField.
JavaDocTag.Throws
          Represents a @throws or @exception documentation tag.
MemberElement
          Superclass for containable Java source members (fields, methods and classes).
MemberElement.Impl
          Pluggable implementation of member elements.
MethodElement
          Representation of a method.
MethodElement.Impl
          Pluggable behavior of the method element.
MethodParameter
          Describes an argument of a method.
SourceElement
          Describes an entire Java source file.
SourceElement.Impl
          Pluggable behaviour for source elements.
SourceException
          General exception for the source elements hierarchy.
Type
          Java types.
 

Classes in org.openide.src used by org.openide.src.nodes
ClassElement
          Element that describes one class.
ConstructorElement
          Describes the constructor of a class.
Element
          Base class for representations of elements in the Java language.
ElementFormat
          A format used to print members of the source hierarchy.
ElementProperties
          Names of properties of elements.
FieldElement
          Describes a field (variable) in a class.
InitializerElement
          Element which represents an initializer block.
MemberElement
          Superclass for containable Java source members (fields, methods and classes).
MethodElement
          Representation of a method.
SourceElement
          Describes an entire Java source file.
 



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