org.gjt.sp.jedit.msg
Class CaretChanging
java.lang.Object
org.gjt.sp.jedit.EBMessage
org.gjt.sp.jedit.msg.TextAreaUpdate
org.gjt.sp.jedit.msg.CaretChanging
public class CaretChanging
- extends TextAreaUpdate
a message emitted by various plugins, including
CodeBrowser, Tags, CscopeFinder, and SideKick, whenever the plugin
takes an action to change the caret to another location.
It is not necessary to emit this signal when changing buffers,
since the BufferChanging is automatically sent by jEdit.
However, if you wish to navigate from one point in a buffer to
another, without changing buffers, it is appropriate to
EditBus.send(new CaretChanging(view.getTextArea()));
- Since:
- jEdit 4.3pre3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CaretChanging
public CaretChanging(JEditTextArea jta)