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
-
textCursorMoveBegin(JCTextCursorEvent)
- Invoked before the field's cursor is moved.
-
textCursorMoveEnd(JCTextCursorEvent)
- Invoked after the field's cursor is moved.
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.
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