Package | Description |
---|---|
org.gjt.sp.jedit |
This package contains jEdit'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 | Description |
---|---|---|
static Mode |
jEdit.getMode(java.lang.String name) |
Returns the edit mode with the specified name.
|
static Mode[] |
jEdit.getModes() |
Returns an array of installed edit modes.
|
Modifier and Type | Field | Description |
---|---|---|
protected Mode |
JEditBuffer.mode |
The edit mode of the buffer.
|
Modifier and Type | Method | Description |
---|---|---|
Mode |
JEditBuffer.getMode() |
Returns this buffer's edit mode.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
Mode |
JEditRichText.getMode() |
Modifier and Type | Method | 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 | Description |
---|---|---|
void |
ModeProvider.addMode(Mode mode) |
Do not call this method.
|
void |
ModeProvider.loadMode(Mode mode) |
|
void |
ModeProvider.loadMode(Mode mode,
XModeHandler xmh) |