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 voidAppends the text selected in the text area to the specified register, with a newline between the old and new text.static voidAppends the text selected in the text area to the specified register.static voidAppends the text selected in the text area to the specified register.static voidCopies the text selected in the text area into the specified register.static voidCopies the text selected in the text area into the specified register, and then removes it from the buffer.voidBeanShellFacade.evalSelection(T param, TextArea textArea) Evaluates the text selected in the specified text area.static EditPaneReturns the EditPane of a TextArea.voidstatic voidInsets the contents of the specified register into the text area.static voidInserts the contents of the specified register into the text area.static voidRegisters.paste(TextArea textArea, char register, boolean vertical, DataFlavor preferredDataFlavor) Inserts the contents of the specified register into the text area.static voidRegisters.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 TypeMethodDescriptionbooleanbooleanbooleanJEditTransferableService.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 TypeClassDescriptionclassAn embeddable TextArea for jEdit plugins to use.classjEdit's text component.classjEdit'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 TypeMethodDescriptionvoidStatusListener.bracketSelected(TextArea textArea, int line, String text) Returns the element matching the one at the given text area's caret position, or null.voidStatusListener.narrowActive(TextArea textArea) voidScrollListener.scrolledHorizontally(TextArea textArea) voidScrollListener.scrolledVertically(TextArea textArea) voidStructureMatcher.BracketMatcher.selectMatch(TextArea textArea) voidStructureMatcher.selectMatch(TextArea textArea) Selects from the caret to the matching structure element (if there is one, otherwise the behavior of this method is undefined).voidStatusListener.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)