|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Pluggable implementation of initializers.
InitializerElement| Field Summary | |
static long |
serialVersionUID
Deprecated. Only public by accident. |
| 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 |
public static final long serialVersionUID
| Method Detail |
public void setStatic(boolean stat)
throws SourceException
static flag for this initializer.
stat - true to make static
SourceException - if impossiblepublic boolean isStatic()
true if it ispublic void setBody(String s) throws SourceException
s - the new body
SourceException - if impossiblepublic String getBody()
public JavaDoc getJavaDoc()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||