| 
org.openide.src 1.8.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface InitializerElement.Impl
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 | 
|---|
static final long serialVersionUID
| Method Detail | 
|---|
void setStatic(boolean stat)
               throws SourceException
static flag for this initializer.
stat - true to make static
SourceException - if impossibleboolean isStatic()
true if it isvoid setBody(String s) throws SourceException
s - the new body
SourceException - if impossibleString getBody()
JavaDoc getJavaDoc()
  | 
org.openide.src 1.8.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||