| Package | Description | 
|---|---|
| org.gjt.sp.jedit | This package contains jEdit 4's core classes. | 
| org.gjt.sp.jedit.buffer | Buffer event listeners, and classes used to implement jEdit's document model. | 
| org.gjt.sp.jedit.datatransfer | Classes related to encoding and decoding MIME data to/from system clipboard, etc. | 
| org.gjt.sp.jedit.gui | Various GUI controls and dialog boxes. | 
| org.gjt.sp.jedit.input | Keyboard Input Handlers | 
| org.gjt.sp.jedit.msg | EditBus messages. | 
| org.gjt.sp.jedit.textarea |  Classes related to jEdit's TextArea. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | Registers. append(TextArea textArea,
      char register)Appends the text selected in the text area to the specified register,
 with a newline between the old and new text. | 
| static void | Registers. append(TextArea textArea,
      char register,
      java.lang.String separator)Appends the text selected in the text area to the specified register. | 
| static void | Registers. append(TextArea textArea,
      char register,
      java.lang.String separator,
      boolean cut)Appends the text selected in the  text area to the specified register. | 
| static void | Registers. copy(TextArea textArea,
    char register)Copies the text selected in the text area into the specified register. | 
| static void | Registers. cut(TextArea textArea,
   char register)Copies the text selected in the text area into the specified
 register, and then removes it from the buffer. | 
| void | BeanShellFacade. evalSelection(T param,
             TextArea textArea)Evaluates the text selected in the specified text area. | 
| static EditPane | EditPane. get(TextArea ta)Returns the EditPane of a TextArea. | 
| void | JEditBeanShellAction. invoke(TextArea textArea) | 
| static void | Registers. paste(TextArea textArea,
     char register)Insets the contents of the specified register into the text area. | 
| static void | Registers. paste(TextArea textArea,
     char register,
     boolean vertical)Inserts the contents of the specified register into the text area. | 
| static void | Registers. paste(TextArea textArea,
     char register,
     boolean vertical,
     java.awt.datatransfer.DataFlavor preferredDataFlavor)Inserts the contents of the specified register into the text area. | 
| static void | Registers. paste(TextArea textArea,
     char register,
     java.awt.datatransfer.DataFlavor preferredDataFlavor)Insets the contents of the specified register into the text area. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JEditBuffer. redo(TextArea textArea)Redoes the most recently undone edit. | 
| void | JEditBuffer. undo(TextArea textArea)Undoes the most recent edit. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | JEditTransferableService. accept(TextArea textArea,
      java.lang.String text) | 
| boolean | StringTransferableService. accept(TextArea textArea,
      java.lang.String text) | 
| boolean | RichJEditTextTransferableService. accept(TextArea textArea,
      java.lang.String text) | 
| java.awt.datatransfer.Transferable | JEditTransferableService. getTransferable(TextArea textArea,
               java.lang.String text) | 
| java.awt.datatransfer.Transferable | StringTransferableService. getTransferable(TextArea textArea,
               java.lang.String text) | 
| java.awt.datatransfer.Transferable | TransferHandler. getTransferable(TextArea textArea,
               java.lang.String text) | 
| java.awt.datatransfer.Transferable | RichJEditTextTransferableService. getTransferable(TextArea textArea,
               java.lang.String text) | 
| Constructor and Description | 
|---|
| PasteSpecialDialog(View view,
                  TextArea textArea) | 
| Constructor and Description | 
|---|
| TextAreaInputHandler(TextArea textArea) | 
| Constructor and Description | 
|---|
| PositionChanging(TextArea textArea) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JEditEmbeddedTextAreaAn embeddable TextArea for jEdit plugins to use. | 
| class  | JEditTextAreajEdit's text component. | 
| class  | StandaloneTextAreajEdit's standalone text component. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TextArea | TextAreaMouseHandler. textArea | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StatusListener. bracketSelected(TextArea textArea,
               int line,
               java.lang.String text) | 
| StructureMatcher.Match | StructureMatcher. getMatch(TextArea textArea)Returns the element matching the one at the given text area's
 caret position, or null. | 
| StructureMatcher.Match | StructureMatcher.BracketMatcher. getMatch(TextArea textArea) | 
| void | StatusListener. narrowActive(TextArea textArea) | 
| void | ScrollListener. scrolledHorizontally(TextArea textArea) | 
| void | ScrollListener. scrolledVertically(TextArea textArea) | 
| void | StructureMatcher. selectMatch(TextArea textArea)Selects from the caret to the matching structure element (if there is
 one, otherwise the behavior of this method is undefined). | 
| void | StructureMatcher.BracketMatcher. selectMatch(TextArea textArea) | 
| void | StatusListener. statusChanged(TextArea textArea,
             int flag,
             boolean value) | 
| Constructor and Description | 
|---|
| ElasticTabStopBufferListener(TextArea textArea) | 
| ElasticTabstopsTabExpander(TextArea textArea) | 
| Gutter(TextArea textArea) | 
| StandaloneActionSet(IPropertyManager iPropertyManager,
                   TextArea textArea,
                   java.net.URL url) |