|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This listener gives information to document parsing state : Error, ok
Method Summary | |
void |
documentModified()
Notify the first time the original document is modified |
void |
errorFound(java.lang.String errorMessage,
int line,
boolean temporary)
Notify that an error has been found with this message. |
void |
newDocument()
Notify a new document |
void |
noErrorFound(boolean temporary)
Notify that the current document has no error. |
Method Detail |
public void errorFound(java.lang.String errorMessage, int line, boolean temporary)
true
the error is produced while the user inserts
its text, so it may be a temporary error, false for a true error, the user
has terminated to insert his text
errorMessage
- Syntax error messagline
- Error linetemporary
- true
when provided by the real time parserpublic void noErrorFound(boolean temporary)
true
public void documentModified()
public void newDocument()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |