Uses of Class
org.openide.src.ConstructorElement

Packages that use ConstructorElement
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
 

Uses of ConstructorElement in org.openide.debugger
 

Methods in org.openide.debugger that return ConstructorElement
abstract  ConstructorElement Breakpoint.getMethod()
          Get the method the breakpoint is in.
 

Methods in org.openide.debugger with parameters of type ConstructorElement
abstract  Breakpoint Debugger.createBreakpoint(ConstructorElement method)
          Create a new breakpoint assigned to a method (or constructor).
abstract  Breakpoint Debugger.createBreakpoint(ConstructorElement method, boolean hidden)
          Create a new breakpoint assigned to a method (or constructor).
abstract  Breakpoint Debugger.findBreakpoint(ConstructorElement method)
          Find the breakpoint assigned to a method (or constructor).
 

Uses of ConstructorElement in org.openide.src
 

Subclasses of ConstructorElement in org.openide.src
 class MethodElement
          Representation of a method.
 

Methods in org.openide.src that return ConstructorElement
 ConstructorElement[] ClassElement.getConstructors()
          Get all constructors in this class.
 ConstructorElement ClassElement.getConstructor(Type[] arguments)
          Find a constructor by signature.
 ConstructorElement[] ClassElement.Impl.getConstructors()
          Get all constructors.
 ConstructorElement ClassElement.Impl.getConstructor(Type[] arguments)
          Find a constructor by signature.
 

Methods in org.openide.src with parameters of type ConstructorElement
 void ElementPrinter.markConstructor(ConstructorElement element, int what)
          Mark a notable point in a constructor element.
 void DefaultElementPrinter.markConstructor(ConstructorElement element, int what)
           
 void ClassElement.addConstructor(ConstructorElement el)
          Add a constructor to this class.
 void ClassElement.addConstructors(ConstructorElement[] els)
          Add some constructors to this class.
 void ClassElement.removeConstructor(ConstructorElement el)
          Remove a constructor from this class.
 void ClassElement.removeConstructors(ConstructorElement[] els)
          Remove some constructors from this class.
 void ClassElement.setConstructors(ConstructorElement[] els)
          Set the constructors for this class.
 void ClassElement.Impl.changeConstructors(ConstructorElement[] elems, int action)
          Change the set of constructors.
 

Constructors in org.openide.src with parameters of type ConstructorElement
ConstructorElement.Key(ConstructorElement ce)
          Construct a key for a constructor.
 

Uses of ConstructorElement in org.openide.src.nodes
 

Methods in org.openide.src.nodes with parameters of type ConstructorElement
 Node FilterFactory.createConstructorNode(ConstructorElement element)
          Make a node representing a constructor.
 Node DefaultFactory.createConstructorNode(ConstructorElement element)
           
 Node ElementNodeFactory.createConstructorNode(ConstructorElement element)
          Make a node representing a constructor.
 

Constructors in org.openide.src.nodes with parameters of type ConstructorElement
ConstructorElementNode(ConstructorElement element, boolean writeable)
          Create a new constructor node.
MethodCustomizer(ConstructorElement element)
          Create new MethodCustomizer component
 



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