- markWaypoint(JTextComponent, int, boolean, boolean) - Method in class org.netbeans.api.editor.NavigationHistory
-
Create and add new waypoint to navigation history
- MENU_TEXT_KEY - Static variable in class org.netbeans.spi.editor.AbstractEditorAction
-
Key of
String
property containing a localized text to be displayed in a main menu for this action.
- MIME_TYPE_KEY - Static variable in class org.netbeans.spi.editor.AbstractEditorAction
-
Key of
String
property containing a mime type for which this action
is registered.
- moveCarets(CaretMoveHandler) - Method in class org.netbeans.api.editor.caret.EditorCaret
-
Move multiple carets or create/modify selections.
- moveCarets(CaretMoveHandler, MoveCaretsOrigin) - Method in class org.netbeans.api.editor.caret.EditorCaret
-
Move multiple carets or create/modify selections, specifies the originating operation.
- moveCarets(CaretMoveContext) - Method in interface org.netbeans.spi.editor.caret.CaretMoveHandler
-
Possibly move one or more carets to new position or change their selections
by using methods in the given context.
- MoveCaretsOrigin - Class in org.netbeans.api.editor.caret
-
Describes the operation which initiated the caret navigation.
- MoveCaretsOrigin(String) - Constructor for class org.netbeans.api.editor.caret.MoveCaretsOrigin
-
Describes the origin by just the action type.
- MoveCaretsOrigin(String, int) - Constructor for class org.netbeans.api.editor.caret.MoveCaretsOrigin
-
Specifies the origin by action type, and the overall moving direction
- moveCodeElementDown - Static variable in class org.netbeans.api.editor.EditorActionNames
-
Move entire code elements (statements and class members) down.
- moveCodeElementUp - Static variable in class org.netbeans.api.editor.EditorActionNames
-
Move entire code elements (statements and class members) up.
- moveDot(CaretInfo, Position, Position.Bias) - Method in class org.netbeans.api.editor.caret.CaretMoveContext
-
Move dot of the given caret so caret selection gets created or changed.
- moveDot(int) - Method in class org.netbeans.api.editor.caret.EditorCaret
-
Moves the caret position (dot) to some other position, leaving behind the
mark.
- moveDot(int, Position.Bias, MoveCaretsOrigin) - Method in class org.netbeans.api.editor.caret.EditorCaret
-
Moves the caret position (dot) to some other position, leaving behind the
mark.
- moveDot(NavigationFilter.FilterBypass, int, Position.Bias) - Method in class org.netbeans.spi.editor.caret.CascadingNavigationFilter
-
- moveNext() - Method in interface org.netbeans.spi.editor.highlighting.HighlightsSequence
-
Moves the internal pointer to the next highlight in this sequence (if there is any).
- MULTI_ACCELERATOR_LIST_KEY - Static variable in class org.netbeans.spi.editor.AbstractEditorAction
-
Key of property containing a
List < List < KeyStroke
> >
listing all multi-key bindings by which the action may be invoked.