| Package | Description | 
|---|---|
| org.gjt.sp.jedit | This package contains jEdit 4's core classes. | 
| org.gjt.sp.jedit.gui | Various GUI controls and dialog boxes. | 
| org.gjt.sp.jedit.print | Printing. | 
| org.gjt.sp.jedit.textarea |  Classes related to jEdit's TextArea. | 
| org.gjt.sp.jedit.visitors | Visitor classes for EditPanes, Views, and Text Areas. | 
| Modifier and Type | Method and Description | 
|---|---|
| JEditTextArea | View. getTextArea()Returns the current edit pane's text area. | 
| JEditTextArea | EditPane. getTextArea()Returns the view's text area. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract javax.swing.JMenuItem[] | DynamicContextMenuService. createMenu(JEditTextArea ta,
          java.awt.event.MouseEvent evt) | 
| static void | StyleEditor. invokeForCaret(JEditTextArea textArea)Edit the syntax style of the token under the caret. | 
| Constructor and Description | 
|---|
| PageBreakExtension(JEditTextArea textArea) | 
| Constructor and Description | 
|---|
| MouseHandler(JEditTextArea textArea) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JEditVisitor. visit(JEditTextArea textArea)Visit a view. | 
| void | JEditVisitorAdapter. visit(JEditTextArea textArea)Visit a JEditTextArea. |