Uses of Class
org.gjt.sp.jedit.textarea.TextArea
Packages that use TextArea
Package
Description
-
Uses of TextArea in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit with parameters of type TextAreaModifier 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
Methods in org.gjt.sp.jedit.buffer with parameters of type TextArea -
Uses of TextArea in org.gjt.sp.jedit.datatransfer
Methods in org.gjt.sp.jedit.datatransfer with parameters of type TextAreaModifier 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
Constructors in org.gjt.sp.jedit.gui with parameters of type TextArea -
Uses of TextArea in org.gjt.sp.jedit.input
Constructors in org.gjt.sp.jedit.input with parameters of type TextArea -
Uses of TextArea in org.gjt.sp.jedit.msg
Constructors in org.gjt.sp.jedit.msg with parameters of type TextArea -
Uses of TextArea in org.gjt.sp.jedit.textarea
Subclasses of TextArea in org.gjt.sp.jedit.textareaModifier and TypeClassDescriptionclass
An embeddable TextArea for jEdit plugins to use.class
jEdit's text component.class
jEdit's standalone text component.Fields in org.gjt.sp.jedit.textarea declared as TextAreaMethods in org.gjt.sp.jedit.textarea with parameters of type TextAreaModifier 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) Constructors in org.gjt.sp.jedit.textarea with parameters of type TextAreaModifierConstructorDescriptionElasticTabStopBufferListener
(TextArea textArea) ElasticTabstopsTabExpander
(TextArea textArea) StandaloneActionSet
(IPropertyManager iPropertyManager, TextArea textArea, URL url)