Uses of Class
org.gjt.sp.jedit.textarea.JEditTextArea

Packages that use JEditTextArea
org.gjt.sp.jedit This package contains jEdit's core classes. 
org.gjt.sp.jedit.buffer Buffer event listeners, and classes used to implement jEdit's document model. 
org.gjt.sp.jedit.msg EditBus messages. 
org.gjt.sp.jedit.textarea The classes in this package are in the process of being refactored, for jedit 4.3final. 
 

Uses of JEditTextArea in org.gjt.sp.jedit
 

Methods in org.gjt.sp.jedit that return JEditTextArea
 JEditTextArea EditPane.getTextArea()
          Returns the view's text area.
 JEditTextArea View.getTextArea()
          Returns the current edit pane's text area.
 

Methods in org.gjt.sp.jedit with parameters of type JEditTextArea
static void BeanShell.evalSelection(View view, JEditTextArea textArea)
          Evaluates the text selected in the specified text area.
 

Uses of JEditTextArea in org.gjt.sp.jedit.buffer
 

Methods in org.gjt.sp.jedit.buffer with parameters of type JEditTextArea
 void JEditBuffer.redo(JEditTextArea textArea)
          Redoes the most recently undone edit.
 void JEditBuffer.undo(JEditTextArea textArea)
          Undoes the most recent edit.
 

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

Methods in org.gjt.sp.jedit.msg that return JEditTextArea
 JEditTextArea TextAreaUpdate.getTextArea()
           
 

Constructors in org.gjt.sp.jedit.msg with parameters of type JEditTextArea
CaretChanging(JEditTextArea jta)
           
TextAreaUpdate(JEditTextArea textArea, java.lang.String what)
           
 

Uses of JEditTextArea in org.gjt.sp.jedit.textarea
 

Constructors in org.gjt.sp.jedit.textarea with parameters of type JEditTextArea
MouseHandler(JEditTextArea textArea)