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 PositionChanging instead. This class will be removed before jEdit 4.3final.

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.