|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The base interface for all Jot elements extracted from a source file. Jot elements extracted from .class files never implement this interface.
Method Summary | |
int |
getIndentLevel()
Represents the logical number of indentions which need to take place for this element. |
JotSourceElement |
getParent()
Returns the element which contains the current element. |
java.lang.String |
getText()
Returns the text for the given element. |
boolean |
isModified()
True means the text has been changed since last parsed |
void |
setModified(boolean yesNo)
|
void |
setText(java.lang.String text)
Sets the given text to be the new text for the given element. |
Method Detail |
public java.lang.String getText()
public void setText(java.lang.String text)
public boolean isModified()
public void setModified(boolean yesNo)
public JotSourceElement getParent()
public int getIndentLevel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |