org.openide.src
Interface InitializerElement.Impl

All Superinterfaces:
Element.Impl, Serializable
Enclosing class:
InitializerElement

public static interface InitializerElement.Impl
extends Element.Impl

Pluggable implementation of initializers.

See Also:
InitializerElement

Field Summary
static long serialVersionUID
           
 
Method Summary
 String getBody()
          Get the body of this initializer.
 JavaDoc getJavaDoc()
          Get the JavaDoc.
 boolean isStatic()
          Test whether this initializer is static.
 void setBody(String s)
          Set the body of this initializer.
 void setStatic(boolean stat)
          Set the static flag for this initializer.
 
Methods inherited from interface org.openide.src.Element.Impl
addPropertyChangeListener, attachedToElement, getCookie, markCurrent, readResolve, removePropertyChangeListener
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Method Detail

setStatic

public void setStatic(boolean stat)
               throws SourceException
Set the static flag for this initializer.
Parameters:
stat - true to make static
Throws:
SourceException - if impossible

isStatic

public boolean isStatic()
Test whether this initializer is static.
Returns:
true if it is

setBody

public void setBody(String s)
             throws SourceException
Set the body of this initializer.
Parameters:
s - the new body
Throws:
SourceException - if impossible

getBody

public String getBody()
Get the body of this initializer.
Returns:
the string representing the body

getJavaDoc

public JavaDoc getJavaDoc()
Get the JavaDoc.
Returns:
the JavaDoc


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