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.gui Various GUI controls and dialog boxes. 
org.gjt.sp.jedit.textarea Since jEdit 4.2, many TextArea classes have been split into a base and derived class. 
org.gjt.sp.jedit.visitors   
 

Uses of JEditTextArea in org.gjt.sp.jedit
 

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

Methods in org.gjt.sp.jedit with parameters of type JEditTextArea
 void Buffer.editSyntaxStyle(JEditTextArea textArea)
          Edit the syntax style of the token under the caret.
static void BeanShell.evalSelection(View view, JEditTextArea textArea)
          Evaluates the text selected in the specified text area.
static java.util.List<javax.swing.JMenuItem> GUIUtilities.getServiceContextMenuItems(JEditTextArea textArea, java.awt.event.MouseEvent evt)
           
static javax.swing.JPopupMenu GUIUtilities.loadPopupMenu(ActionContext context, java.lang.String name, JEditTextArea textArea, java.awt.event.MouseEvent evt)
          Creates a popup menu.
static javax.swing.JPopupMenu GUIUtilities.loadPopupMenu(java.lang.String name, JEditTextArea textArea, java.awt.event.MouseEvent evt)
          Creates a popup menu.
 

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

Methods in org.gjt.sp.jedit.gui with parameters of type JEditTextArea
abstract  javax.swing.JMenuItem[] DynamicContextMenuService.createMenu(JEditTextArea ta, java.awt.event.MouseEvent evt)
           
 

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.