Skip navigation links
org.netbeans.modules.editor.lib/3 4.9.1 23
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

M

macroActionPrefix - Static variable in class org.netbeans.editor.BaseKit
Prefix of all macro-based actions
MacroDialogSupport - Class in org.netbeans.editor
Deprecated.
Without any replacement. This class is no longer functional.
MacroDialogSupport(Class) - Constructor for class org.netbeans.editor.MacroDialogSupport
Deprecated.
Creates new MacroDialogSupport
macroField - Variable in class org.netbeans.editor.MacroSavePanel
Deprecated.
 
macroLabel - Variable in class org.netbeans.editor.MacroSavePanel
Deprecated.
 
macroPanel - Variable in class org.netbeans.editor.MacroSavePanel
Deprecated.
 
MacroSavePanel - Class in org.netbeans.editor
Deprecated.
Without any replacement. This class is no longer functional.
MacroSavePanel(Class) - Constructor for class org.netbeans.editor.MacroSavePanel
Deprecated.
Creates new form SaveMacroPanel
MAGIC_POSITION_MAX - Static variable in class org.netbeans.editor.BaseKit
 
MAGIC_POSITION_RESET - Static variable in class org.netbeans.editor.BaseAction
Reset magic caret position
main(String[]) - Static method in class org.netbeans.editor.ext.KeywordMatchGenerator
Main method
MAIN_AREA - Static variable in class org.netbeans.editor.BaseView
Main area paint type.
mainHeight - Variable in class org.netbeans.editor.LeafView
Height of the area this view manages excluding areas managed by its children and excluding insets.
majorAxisPreferenceChanged(ViewLayoutState, double) - Method in interface org.netbeans.editor.view.spi.ViewLayoutState.Parent
By using this method a child layout state notifies its parent that its requirement for span along the major axis has changed against the previous value.
majorAxisPreferenceChanged(ViewLayoutState, double) - Method in class org.netbeans.lib.editor.view.GapBoxView
Preference of one of the children has changed along the major axis.
mapDragOperationFromModifiers(MouseEvent) - Method in class org.netbeans.editor.BaseCaret
 
mapToActions(Map) - Static method in class org.netbeans.editor.BaseKit
Converts map with [name, action] back to array of actions.
Mark(int, int, int, boolean) - Constructor for class org.netbeans.editor.CodeFoldingSideBar.Mark
Deprecated.
 
Mark - Class in org.netbeans.editor
Deprecated.
Use Position instead.
Mark() - Constructor for class org.netbeans.editor.Mark
Deprecated.
Construct new mark with forward bias.
Mark(Position.Bias) - Constructor for class org.netbeans.editor.Mark
Deprecated.
 
Mark(boolean) - Constructor for class org.netbeans.editor.Mark
Deprecated.
Construct new mark.
MarkBlock - Class in org.netbeans.editor
Block of text created using two marks.
MarkBlock(BaseDocument, Mark, Mark) - Constructor for class org.netbeans.editor.MarkBlock
 
MarkBlock(BaseDocument, int, int) - Constructor for class org.netbeans.editor.MarkBlock
Construct block with given marks
MarkBlock(BaseDocument, Mark, Mark, int, int) - Constructor for class org.netbeans.editor.MarkBlock
Construct block from positions on some document
MarkBlockChain - Class in org.netbeans.editor
Support class for chain of MarkBlocks
MarkBlockChain(BaseDocument) - Constructor for class org.netbeans.editor.MarkBlockChain
Construct chain using regular base marks
markChildrenLayoutNecessary() - Method in class org.netbeans.lib.editor.view.GapBoxView
Mark that a complete layout of children is necessary.
MarkFactory - Class in org.netbeans.editor
Various marks are located here
MarkFactory.ContextMark - Class in org.netbeans.editor
Mark that can have its position updated by where it's located
MarkFactory.SyntaxMark - Class in org.netbeans.editor
Deprecated.
syntax marks are no longer used to hold lexer states.
markLayoutInvalid() - Method in class org.netbeans.lib.editor.view.GapBoxView
 
markMajorAxisPreferenceChanged() - Method in class org.netbeans.lib.editor.view.GapBoxView
 
markMinorAxisPreferenceChanged() - Method in class org.netbeans.lib.editor.view.GapBoxView
 
markRepaint(int, boolean) - Method in class org.netbeans.lib.editor.view.GapBoxView
Mark that the child with the given index should be repainted.
markRepaint(int, boolean) - Method in class org.netbeans.lib.editor.view.GapDocumentView
 
markRepaintPending() - Method in class org.netbeans.lib.editor.view.GapBoxView
 
markSizeInvalid(int, int) - Method in class org.netbeans.lib.editor.view.GapBoxView
This method marks sizes of all the children as invalid so the next layout update will resize each children.
markSizeInvalid(int, int) - Method in class org.netbeans.lib.editor.view.GapDocumentView
 
markViewSizeInvalid() - Method in interface org.netbeans.editor.view.spi.ViewLayoutState
Parent calls this method to mark the current size of the view as invalid so that the next layout update of this layout state will call View.setSize() using ViewLayoutState.getLayoutMajorAxisPreferredSpan() for major axis span and ViewLayoutState.Parent.getMinorAxisSpan(ViewLayoutState) for minor axis span.
markViewSizeInvalid() - Method in class org.netbeans.lib.editor.view.GapBoxView
 
markViewSizeInvalid() - Method in class org.netbeans.lib.editor.view.SimpleViewLayoutState
 
matchBraceAction - Static variable in class org.netbeans.editor.ext.ExtKit
Match brace
MatchBraceAction(String, boolean) - Constructor for class org.netbeans.editor.ext.ExtKit.MatchBraceAction
Deprecated.
 
matchChar - Variable in class org.netbeans.editor.ext.ExtSyntaxSupport.BracketFinder
Matching bracket char
maybeNew(Rectangle, int, int, int, int) - Static method in class org.netbeans.lib.editor.view.ViewUtilitiesImpl
Return existing rectangle or create new one.
maybeNew(Rectangle, Rectangle) - Static method in class org.netbeans.lib.editor.view.ViewUtilitiesImpl
Return existing rectangle or create new one.
MENU_COMPARATOR - Static variable in class org.netbeans.editor.Annotations
Sorts the subMenu items
MenuComparator() - Constructor for class org.netbeans.editor.Annotations.MenuComparator
 
mergeModifications(ObjectArray.Modification, ObjectArray.Modification) - Static method in class org.netbeans.editor.ObjectArrayUtilities
 
mergeModifications(ObjectArray.Modification[]) - Static method in class org.netbeans.editor.ObjectArrayUtilities
 
MIME_TYPE_PROP - Static variable in class org.netbeans.editor.BaseDocument
Mime type of the document.
MimeTypeInitializer - Interface in org.netbeans.editor
Interface which help initialize lookups needed by SideBarFactory implementations.
minorAxisPreferenceChanged(ViewLayoutState) - Method in interface org.netbeans.editor.view.spi.ViewLayoutState.Parent
By using this method a child layout state notifies its parent that either preferred, minimum or maximum spans or aligment along the minor axis has changed against their previous values.
minorAxisPreferenceChanged(ViewLayoutState) - Method in class org.netbeans.lib.editor.view.GapBoxView
Preference of one of the children has changed along the minor axis.
minorAxisUpdateLayout(int) - Method in class org.netbeans.lib.editor.view.DefaultViewLayoutState
 
minorAxisUpdateLayout(int) - Method in class org.netbeans.lib.editor.view.SimpleViewLayoutState
 
modelChanged(BaseDocument, BaseDocument) - Method in class org.netbeans.editor.BaseCaret
 
modelChanged() - Method in class org.netbeans.editor.BaseTextUI
Called when the model of component is changed
modelChanged(BaseDocument, BaseDocument) - Method in class org.netbeans.editor.EditorUI
 
modelToView(int, Shape, Position.Bias) - Method in class org.netbeans.editor.LeafView
 
modelToView(int, Position.Bias, int, Position.Bias, Shape) - Method in class org.netbeans.editor.LeafView
 
modelToView(int, Shape, Position.Bias) - Method in class org.netbeans.editor.view.spi.LockView
 
modelToView(int, Position.Bias, int, Position.Bias, Shape) - Method in class org.netbeans.editor.view.spi.LockView
 
modelToView(View, int, Position.Bias, Shape) - Method in class org.netbeans.editor.view.spi.ViewRenderingContext
Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
modelToView(int, Shape, Position.Bias) - Method in class org.netbeans.lib.editor.view.GapBoxView
Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
modified - Variable in class org.netbeans.editor.BaseDocument
 
mouseClicked(MouseEvent) - Method in class org.netbeans.editor.BaseCaret
 
mouseClicked(MouseEvent) - Method in class org.netbeans.editor.EditorUI
 
mouseDragged(MouseEvent) - Method in class org.netbeans.editor.BaseCaret
 
mouseEntered(MouseEvent) - Method in class org.netbeans.editor.BaseCaret
 
mouseEntered(MouseEvent) - Method in class org.netbeans.editor.EditorUI
 
mouseExited(MouseEvent) - Method in class org.netbeans.editor.BaseCaret
 
mouseExited(MouseEvent) - Method in class org.netbeans.editor.EditorUI
 
mouseMoved(MouseEvent) - Method in class org.netbeans.editor.BaseCaret
 
mousePressed(MouseEvent) - Method in class org.netbeans.editor.BaseCaret
 
mousePressed(MouseEvent) - Method in class org.netbeans.editor.EditorUI
 
mouseReleased(MouseEvent) - Method in class org.netbeans.editor.BaseCaret
 
mouseReleased(MouseEvent) - Method in class org.netbeans.editor.EditorUI
 
moveCount - Variable in class org.netbeans.editor.ext.ExtSyntaxSupport.BracketFinder
Will it be a forward finder +1 or backward finder -1 or 0 when the given character is not bracket character.
movedAboveGapUpdate(Object[], int, int) - Method in class org.netbeans.editor.GapObjectArray
 
movedBelowGapUpdate(Object[], int, int) - Method in class org.netbeans.editor.GapObjectArray
 
moveDot(int) - Method in class org.netbeans.editor.BaseCaret
 
moveDot(int, Rectangle, int) - Method in class org.netbeans.editor.BaseCaret
Deprecated.
use #setDot(int) preceded by JComponent.scrollRectToVisible().
moveMark(BaseDocument, Mark, int) - Static method in class org.netbeans.editor.Utilities
 
MoveSelectionElseLineDownAction() - Constructor for class org.netbeans.editor.ActionFactory.MoveSelectionElseLineDownAction
 
moveSelectionElseLineDownAction - Static variable in class org.netbeans.editor.BaseKit
 
MoveSelectionElseLineUpAction() - Constructor for class org.netbeans.editor.ActionFactory.MoveSelectionElseLineUpAction
 
moveSelectionElseLineUpAction - Static variable in class org.netbeans.editor.BaseKit
 
MultiKeyBinding - Class in org.netbeans.editor
Extension of JTextComponent.KeyBinding to hold several successive keystrokes.
MultiKeyBinding() - Constructor for class org.netbeans.editor.MultiKeyBinding
Constructor for serialization
MultiKeyBinding(KeyStroke[], String) - Constructor for class org.netbeans.editor.MultiKeyBinding
Constructor for assigning keystroke sequence to action
MultiKeyBinding(KeyStroke, String) - Constructor for class org.netbeans.editor.MultiKeyBinding
Compatibility constructor
MultiKeyBinding(JTextComponent.KeyBinding) - Constructor for class org.netbeans.editor.MultiKeyBinding
Constructor for existing KeyBinding
MultiKeymap - Class in org.netbeans.editor
Keymap that is capable to work with MultiKeyBindings
MultiKeymap(String) - Constructor for class org.netbeans.editor.MultiKeymap
Construct new keymap.
MultiStateInfo() - Constructor for class org.netbeans.editor.ext.MultiSyntax.MultiStateInfo
 
MultiSyntax - Class in org.netbeans.editor.ext
Composition of several syntaxes together.
MultiSyntax() - Constructor for class org.netbeans.editor.ext.MultiSyntax
 
MultiSyntax.MultiStateInfo - Class in org.netbeans.editor.ext
Class that can contain any number of the additional state infos from other syntaxes.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links
org.netbeans.modules.editor.lib/3 4.9.1 23

Built on April 17 2024.  |   Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.