站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

Uses of Class org.openide.src.ConstructorElement (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.0

org.openide.src 1.8.22

Uses of Class
org.openide.src.ConstructorElement

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

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

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

Methods in org.openide.src with parameters of type ConstructorElement
 void ClassElement.addConstructor(ConstructorElement el)
          Add a constructor to this class.
 void ClassElement.addConstructors(ConstructorElement[] els)
          Add some constructors to this class.
 void ClassElement.Impl.changeConstructors(ConstructorElement[] elems, int action)
          Change the set of constructors.
 void ElementPrinter.markConstructor(ConstructorElement element, int what)
          Mark a notable point in a constructor element.
 void DefaultElementPrinter.markConstructor(ConstructorElement element, int what)
           
 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.
 

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 ElementNodeFactory.createConstructorNode(ConstructorElement element)
          Make a node representing a constructor.
 Node DefaultFactory.createConstructorNode(ConstructorElement element)
           
 

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
 


org.openide.src 1.8.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.