| 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.syntax | The jEdit syntax highlighting engine. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Mode[] | jEdit. getAllModes()Returns an array of all installed edit modes. | 
| static Mode | jEdit. getMode(java.lang.String name)Returns the edit mode with the specified name. | 
| static Mode[] | jEdit. getModes() | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Mode | JEditBuffer. modeThe edit mode of the buffer. | 
| Modifier and Type | Method and Description | 
|---|---|
| Mode | JEditBuffer. getMode() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JEditBuffer. setMode(Mode mode)Sets this buffer's edit mode. | 
| void | JEditBuffer. setMode(Mode mode,
       boolean forceContextInsensitive)Sets this buffer's edit mode. | 
| Modifier and Type | Method and Description | 
|---|---|
| Mode | JEditRichText. getMode() | 
| Modifier and Type | Method and Description | 
|---|---|
| Mode | ModeProvider. getMode(java.lang.String name)Returns the edit mode with the specified name. | 
| Mode | ModeProvider. getModeForFile(java.lang.String filename,
              java.lang.String firstLine)Get the appropriate mode that must be used for the file | 
| Mode | ModeProvider. getModeForFile(java.lang.String filepath,
              java.lang.String filename,
              java.lang.String firstLine)Get the appropriate mode that must be used for the file | 
| Mode[] | ModeProvider. getModes()Returns an array of installed edit modes. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ModeProvider. addMode(Mode mode)Do not call this method. | 
| void | ModeProvider. addUserMode(Mode mode,
           java.nio.file.Path target)Do not call this method. | 
| void | ModeProvider. loadMode(Mode mode) | 
| void | ModeProvider. loadMode(Mode mode,
        XModeHandler xmh) |