Uses of Class
org.gjt.sp.jedit.textarea.TextArea
Package
Description
-
Uses of TextArea in org.gjt.sp.jedit
Modifier and TypeMethodDescriptionstatic void
Appends the text selected in the text area to the specified register, with a newline between the old and new text.static void
Appends the text selected in the text area to the specified register.static void
Appends the text selected in the text area to the specified register.static void
Copies the text selected in the text area into the specified register.static void
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
Returns the EditPane of a TextArea.void
static void
Insets the contents of the specified register into the text area.static void
Inserts the contents of the specified register into the text area.static void
Registers.paste
(TextArea textArea, char register, boolean vertical, DataFlavor preferredDataFlavor) Inserts the contents of the specified register into the text area.static void
Registers.paste
(TextArea textArea, char register, DataFlavor preferredDataFlavor) Insets the contents of the specified register into the text area. -
Uses of TextArea in org.gjt.sp.jedit.buffer
-
Uses of TextArea in org.gjt.sp.jedit.datatransfer
Modifier and TypeMethodDescriptionboolean
boolean
boolean
JEditTransferableService.getTransferable
(TextArea textArea, String text) RichJEditTextTransferableService.getTransferable
(TextArea textArea, String text) StringTransferableService.getTransferable
(TextArea textArea, String text) TransferHandler.getTransferable
(TextArea textArea, String text) -
Uses of TextArea in org.gjt.sp.jedit.gui
-
Uses of TextArea in org.gjt.sp.jedit.input
-
Uses of TextArea in org.gjt.sp.jedit.msg
-
Uses of TextArea in org.gjt.sp.jedit.textarea
Modifier and TypeClassDescriptionclass
An embeddable TextArea for jEdit plugins to use.class
jEdit's text component.class
jEdit's standalone text component.Modifier and TypeMethodDescriptionvoid
StatusListener.bracketSelected
(TextArea textArea, int line, String text) 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) ModifierConstructorDescriptionElasticTabStopBufferListener
(TextArea textArea) ElasticTabstopsTabExpander
(TextArea textArea) StandaloneActionSet
(IPropertyManager iPropertyManager, TextArea textArea, URL url)