Uses of Class
org.openide.src.InitializerElement

Packages that use InitializerElement
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 InitializerElement in org.openide.src
 

Methods in org.openide.src that return InitializerElement
 InitializerElement[] ClassElement.getInitializers()
          Get all the initializer blocks for this class.
 InitializerElement[] ClassElement.Impl.getInitializers()
          Get all initializers.
 

Methods in org.openide.src with parameters of type InitializerElement
 void ElementPrinter.markInitializer(InitializerElement element, int what)
          Mark a notable point in a initializer element.
 void DefaultElementPrinter.markInitializer(InitializerElement element, int what)
           
 void ClassElement.addInitializer(InitializerElement el)
          Add a new initializer block to this class.
 void ClassElement.addInitializers(InitializerElement[] els)
          Add some initializer blocks to this class.
 void ClassElement.removeInitializer(InitializerElement el)
          Remove an initializer block from this class.
 void ClassElement.removeInitializers(InitializerElement[] els)
          Remove some initializer blocks from this class.
 void ClassElement.setInitializers(InitializerElement[] els)
          Set the initializer blocks for this class.
 void ClassElement.Impl.changeInitializers(InitializerElement[] elems, int action)
          Change the set of initializers.
 

Uses of InitializerElement in org.openide.src.nodes
 

Methods in org.openide.src.nodes with parameters of type InitializerElement
 Node FilterFactory.createInitializerNode(InitializerElement element)
          Make a node representing an initializer.
 Node DefaultFactory.createInitializerNode(InitializerElement element)
           
 Node ElementNodeFactory.createInitializerNode(InitializerElement element)
          Make a node representing an initializer.
 

Constructors in org.openide.src.nodes with parameters of type InitializerElement
InitializerElementNode(InitializerElement element, boolean writeable)
          Create a new initializer node.
 



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