com.japisoft.xmlpad.bean
Interface EditorContext


public interface EditorContext

Context for communication between the bean editor and its container

Version:
1.1
Author:
(c) 2002 JAPISOFT

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

notifyError

public void notifyError(java.lang.String message,
                        int line)
Parsing reveals the following error


notifyNoError

public void notifyNoError()
Parsing reveals no error


notifyLocation

public void notifyLocation(com.japisoft.fastparser.node.SimpleNode location)
The current tree location for each caret moving


notifyCaretLocation

public void notifyCaretLocation(int x,
                                int y)
Notify the current caret location