Uses of Class
org.gjt.sp.jedit.textarea.Selection
Packages that use Selection
Package
Description
-
Uses of Selection in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return SelectionMethods in org.gjt.sp.jedit with parameters of type Selection -
Uses of Selection in org.gjt.sp.jedit.buffer
Methods in org.gjt.sp.jedit.buffer that return Selection -
Uses of Selection in org.gjt.sp.jedit.search
Methods in org.gjt.sp.jedit.search that return SelectionModifier and TypeMethodDescriptionHyperSearchResult.getSelection()
Returns an array of selection objects pointing to the occurrences of the search term on the current line. -
Uses of Selection in org.gjt.sp.jedit.textarea
Subclasses of Selection in org.gjt.sp.jedit.textareaModifier and TypeClassDescriptionclass
static class
An ordinary range selection.static class
A rectangular selection.Methods in org.gjt.sp.jedit.textarea that return SelectionModifier and TypeMethodDescriptionTextArea.getSelection()
Returns the current selection.TextArea.getSelection
(int index) Returns the selection with the specified index.TextArea.getSelectionAtOffset
(int offset) Returns the selection containing the specific offset, ornull
if there is no selection at that offset.TextArea.selectToMatchingBracket
(int position, boolean quickCopy) Selects from the bracket at the specified position to the corresponding bracket.Methods in org.gjt.sp.jedit.textarea that return types with arguments of type SelectionMethods in org.gjt.sp.jedit.textarea with parameters of type SelectionModifier and TypeMethodDescriptionvoid
TextArea.addToSelection
(Selection selection) Adds to the selection.void
TextArea.addToSelection
(Selection[] selection) Adds to the selection.TextArea.getSelectedText
(Selection s) Returns the text in the specified selection.boolean
Returns if this selection and the specified selection overlap.void
TextArea.removeFromSelection
(Selection sel) Deactivates the specified selection.void
TextArea.setSelectedText
(Selection s, String selectedText) Replaces the selection with the specified text.void
TextArea.setSelection
(Selection selection) Sets the selection.void
TextArea.setSelection
(Selection[] selection) Sets the selection.Constructors in org.gjt.sp.jedit.textarea with parameters of type Selection -
Uses of Selection in org.jedit.keymap
Methods in org.jedit.keymap that return SelectionMethods in org.jedit.keymap with parameters of type SelectionModifier and TypeMethodDescriptionvoid
EmacsUtil.addToClipboardAndHistory
(Selection selection) void
EmacsUtil.setClipboard
(Selection selection)