Uses of Class
org.gjt.sp.jedit.msg.TextAreaUpdate

Packages that use TextAreaUpdate
org.gjt.sp.jedit.msg EditBus messages. 
 

Uses of TextAreaUpdate in org.gjt.sp.jedit.msg
 

Subclasses of TextAreaUpdate in org.gjt.sp.jedit.msg
 class 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.