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.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 | 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 | 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 | Description |
---|---|---|
boolean |
JEditTransferableService.accept(TextArea textArea,
java.lang.String text) |
|
boolean |
RichJEditTextTransferableService.accept(TextArea textArea,
java.lang.String text) |
|
boolean |
StringTransferableService.accept(TextArea textArea,
java.lang.String text) |
|
java.awt.datatransfer.Transferable |
JEditTransferableService.getTransferable(TextArea textArea,
java.lang.String text) |
|
java.awt.datatransfer.Transferable |
RichJEditTextTransferableService.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) |
Constructor | Description |
---|---|
PasteSpecialDialog(View view,
TextArea textArea) |
Constructor | Description |
---|---|
TextAreaInputHandler(TextArea textArea) |
Constructor | Description |
---|---|
PositionChanging(TextArea textArea) |
Modifier and Type | Class | Description |
---|---|---|
class |
JEditEmbeddedTextArea |
An embeddable TextArea for jEdit plugins to use.
|
class |
JEditTextArea |
jEdit's text component.
|
class |
StandaloneTextArea |
jEdit's standalone text component.
|
Modifier and Type | Field | Description |
---|---|---|
protected TextArea |
TextAreaMouseHandler.textArea |
Modifier and Type | Method | Description |
---|---|---|
void |
StatusListener.bracketSelected(TextArea textArea,
int line,
java.lang.String text) |
|
StructureMatcher.Match |
StructureMatcher.BracketMatcher.getMatch(TextArea textArea) |
|
StructureMatcher.Match |
StructureMatcher.getMatch(TextArea textArea) |
Returns the element matching the one at the given text area's
caret position, or null.
|
void |
StatusListener.narrowActive(TextArea textArea) |
|
void |
ScrollListener.scrolledHorizontally(TextArea textArea) |
|
void |
ScrollListener.scrolledVertically(TextArea textArea) |
|
void |
StructureMatcher.BracketMatcher.selectMatch(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 |
StatusListener.statusChanged(TextArea textArea,
int flag,
boolean value) |
Constructor | Description |
---|---|
ElasticTabStopBufferListener(TextArea textArea) |
|
ElasticTabstopsTabExpander(TextArea textArea) |
|
Gutter(TextArea textArea) |
|
StandaloneActionSet(IPropertyManager iPropertyManager,
TextArea textArea,
java.net.URL url) |