Uses of Class
org.gjt.sp.jedit.textarea.Selection
Package
Description
-
Uses of Selection in org.gjt.sp.jedit
-
Uses of Selection in org.gjt.sp.jedit.buffer
-
Uses of Selection in org.gjt.sp.jedit.search
Modifier 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
Modifier and TypeClassDescriptionclass
static class
An ordinary range selection.static class
A rectangular selection.Modifier 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.Modifier 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. -
Uses of Selection in org.jedit.keymap
Modifier and TypeMethodDescriptionvoid
EmacsUtil.addToClipboardAndHistory
(Selection selection) void
EmacsUtil.setClipboard
(Selection selection)