com.japisoft.xmlpad.editor
Interface EditorContext


public interface EditorContext

Context for communication between the bean editor and its container

Version:
1.2
Author:
(c) 2002 JAPISOFT

Method Summary
 void notifyCaretLocation(int x, int y)
          Notify the current caret location
 void notifyLocation(SimpleNode location)
          The current tree location for each caret moving
 

Method Detail

notifyLocation

public void notifyLocation(SimpleNode location)
The current tree location for each caret moving


notifyCaretLocation

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



Copyright © 2006 JAPISoft. All Rights Reserved.