org.gjt.sp.jedit.msg
Class CaretChanging

java.lang.Object
  extended by org.gjt.sp.jedit.EBMessage
      extended by org.gjt.sp.jedit.msg.TextAreaUpdate
          extended by org.gjt.sp.jedit.msg.CaretChanging

Deprecated. use @ref BufferChanging instead. It serves the same purpose, alerting plugins that the navigation position for the EditPane is about to change. The name of this class is misleading since a TextArea does not emit a caretChanging message each time the caret changes.

public class CaretChanging
extends TextAreaUpdate

A message currently emitted not by jEdit's TextArea, but by various plugins, including CodeBrowser, Tags, CscopeFinder, and SideKick, whenever the plugin takes an action to change the caret to another location.

Since:
jEdit 4.3pre3

Field Summary
 
Fields inherited from class org.gjt.sp.jedit.msg.TextAreaUpdate
CARET_CHANGING
 
Constructor Summary
CaretChanging(JEditTextArea jta)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.gjt.sp.jedit.msg.TextAreaUpdate
getTextArea, getWhat
 
Methods inherited from class org.gjt.sp.jedit.EBMessage
getSource, paramString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CaretChanging

public CaretChanging(JEditTextArea jta)
Deprecated.