- register(JTextComponent, MoveCaretsOrigin) - Method in class org.netbeans.spi.editor.caret.CascadingNavigationFilter
-
Registers this Filter into the NavigationFilter chain.
- ReleasableHighlightsContainer - Interface in org.netbeans.spi.editor.highlighting
-
Highlights container that wishes to free its resources once the highlighting manager
stops using it.
- released() - Method in interface org.netbeans.spi.editor.highlighting.ReleasableHighlightsContainer
-
Called once the highlighting manager rebuilds its layers so this
layer is no longer being used.
- remove(DeletedTextInterceptor.Context) - Method in interface org.netbeans.spi.editor.typinghooks.DeletedTextInterceptor
-
This method is called immediately after the text is removed from a document.
- removeChangeListener(ChangeListener) - Method in class org.netbeans.api.editor.caret.EditorCaret
-
Removes listener to track caret position changes (to fulfil
Caret
interface).
- removeEditorCaretListener(EditorCaretListener) - Method in class org.netbeans.api.editor.caret.EditorCaret
-
- removeHighlights(int, int, boolean) - Method in class org.netbeans.spi.editor.highlighting.support.OffsetsBag
-
Removes highlights in a specific area of the document.
- removeHighlights(Position, Position, boolean) - Method in class org.netbeans.spi.editor.highlighting.support.PositionsBag
-
Removes highlights in the specific area.
- removeHighlights(int, int) - Method in class org.netbeans.spi.editor.highlighting.support.PositionsBag
-
Removes highlights in the specific area.
- removeHighlightsChangeListener(HighlightsChangeListener) - Method in interface org.netbeans.spi.editor.highlighting.HighlightsContainer
-
Removes a listener from this highlights container.
- removeHighlightsChangeListener(HighlightsChangeListener) - Method in class org.netbeans.spi.editor.highlighting.support.AbstractHighlightsContainer
-
Removes HighlightsChangeListener
to this container.
- removeLastCaret() - Method in class org.netbeans.api.editor.caret.EditorCaret
-
- removeLastCaret - Static variable in class org.netbeans.api.editor.EditorActionNames
-
Remove the last added caret.
- removePropertyChangeListener(PropertyChangeListener) - Static method in class org.netbeans.api.editor.EditorRegistry
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.api.editor.NavigationHistory
-
- removeSurroundingCode - Static variable in class org.netbeans.api.editor.EditorActionNames
-
Remove the enclosing parts of a nested statement.
- removeWindow(JComponent) - Method in class org.netbeans.api.editor.StickyWindowSupport
-
Remove a sticky window from the editor.
- replaceCarets(List<Position>, List<Position.Bias>) - Method in class org.netbeans.api.editor.caret.EditorCaret
-
Replace all current carets with the new ones.
- resetCaretMagicPosition(JTextComponent) - Method in class org.netbeans.spi.editor.AbstractEditorAction
-
Reset caret's magic position.
- retainLastCaretOnly() - Method in class org.netbeans.api.editor.caret.EditorCaret
-
Switch to single caret mode by removing all carets except the last caret.
- run(Lookup) - Method in interface org.netbeans.spi.editor.codegen.CodeGeneratorContextProvider.Task
-
Runs the task.
- runLocked(Runnable) - Method in interface org.netbeans.spi.editor.document.OnSaveTask
-
Perform the given runnable under a lock specific for this task.
- runTaskWithinContext(Lookup, CodeGeneratorContextProvider.Task) - Method in interface org.netbeans.spi.editor.codegen.CodeGeneratorContextProvider
-
Adds an additional content to the original context and runs the given task
with the new context as a parameter.