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

public class CaretChanging
extends TextAreaUpdate


Field Summary
 
Fields inherited from class org.gjt.sp.jedit.msg.TextAreaUpdate
CARET_CHANGING
 
Constructor Summary
CaretChanging(JEditTextArea jta)
           
 
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)