org.gjt.sp.jedit.msg
Class TextAreaUpdate

java.lang.Object
  extended by org.gjt.sp.jedit.EBMessage
      extended by org.gjt.sp.jedit.msg.TextAreaUpdate
Direct Known Subclasses:
CaretChanging

public class TextAreaUpdate
extends EBMessage

Sent on the editbus when events are coming from the TextArea. This lets plugins like navigator remember position histories.

Since:
jedit 4.3pre5

Field Summary
static java.lang.String CARET_CHANGING
           
 
Constructor Summary
TextAreaUpdate(JEditTextArea textArea, java.lang.String what)
           
 
Method Summary
 JEditTextArea getTextArea()
           
 java.lang.String 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
 

Field Detail

CARET_CHANGING

public static final java.lang.String CARET_CHANGING
See Also:
Constant Field Values
Constructor Detail

TextAreaUpdate

public TextAreaUpdate(JEditTextArea textArea,
                      java.lang.String what)
Method Detail

getWhat

public java.lang.String getWhat()

getTextArea

public JEditTextArea getTextArea()