All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jclass.bwt.JCTextCursorListener

public interface JCTextCursorListener
extends JCEventListener
The listener interface for receiving cursor movement events from JCTextComponents.

See Also:
addTextCursorListener, JCTextCursorEvent

Method Index

 o textCursorMoveBegin(JCTextCursorEvent)
Invoked before the field's cursor is moved.
 o textCursorMoveEnd(JCTextCursorEvent)
Invoked after the field's cursor is moved.

Methods

 o textCursorMoveBegin
 public abstract void textCursorMoveBegin(JCTextCursorEvent e)
Invoked before the field's cursor is moved. The event's values can be modified via its setXXX methods.

 o textCursorMoveEnd
 public abstract void textCursorMoveEnd(JCTextCursorEvent e)
Invoked after the field's cursor is moved. Any changes made to the event are ignored.


All Packages  Class Hierarchy  This Package  Previous  Next  Index