|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Context for communication between the bean editor and its container
Method Summary | |
void |
notifyCaretLocation(int x,
int y)
Notify the current caret location |
void |
notifyError(java.lang.String message,
int line)
Parsing reveals the following error |
void |
notifyLocation(com.japisoft.fastparser.node.SimpleNode location)
The current tree location for each caret moving |
void |
notifyNoError()
Parsing reveals no error |
Method Detail |
public void notifyError(java.lang.String message, int line)
public void notifyNoError()
public void notifyLocation(com.japisoft.fastparser.node.SimpleNode location)
public void notifyCaretLocation(int x, int y)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |