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.msg EditBus messages. 
org.gjt.sp.jedit.textarea The classes in this package are in the process of being refactored, for jedit 4.3final. 
org.gjt.sp.jedit.visitors   
 

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.msg
 

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

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

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

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

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

Methods in org.gjt.sp.jedit.visitors with parameters of type JEditTextArea
 void JEditVisitorAdapter.visit(JEditTextArea textArea)
          Visit a JEditTextArea.
 void JEditVisitor.visit(JEditTextArea textArea)
          Visit a view.