- M_INSERT - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
-  
- M_OPEN - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
-  
- M_OPEN - Static variable in class org.gjt.sp.jedit.search.HyperSearchResults
-  
- M_OPEN_NEW_PLAIN_VIEW - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
-  
- M_OPEN_NEW_PLAIN_VIEW - Static variable in class org.gjt.sp.jedit.search.HyperSearchResults
-  
- M_OPEN_NEW_SPLIT - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
-  
- M_OPEN_NEW_SPLIT - Static variable in class org.gjt.sp.jedit.search.HyperSearchResults
-  
- M_OPEN_NEW_VIEW - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
-  
- M_OPEN_NEW_VIEW - Static variable in class org.gjt.sp.jedit.search.HyperSearchResults
-  
- Macro(Macros.Handler, String, String, String) - Constructor for class org.gjt.sp.jedit.Macros.Macro
-  
- macroNameToLabel(String) - Static method in class org.gjt.sp.jedit.Macros.Macro
-  
- Macros - Class in org.gjt.sp.jedit
- 
This class records and runs macros. 
- Macros() - Constructor for class org.gjt.sp.jedit.Macros
-  
- Macros.Handler - Class in org.gjt.sp.jedit
- 
Encapsulates creating and invoking macros in arbitrary scripting languages 
- Macros.Macro - Class in org.gjt.sp.jedit
- 
Encapsulates the macro's label, name and path. 
- Macros.Recorder - Class in org.gjt.sp.jedit
- 
Handles macro recording. 
- MacrosProvider - Class in org.gjt.sp.jedit.menu
-  
- MacrosProvider() - Constructor for class org.gjt.sp.jedit.menu.MacrosProvider
-  
- MAGIC - Static variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
-  
- main(String[]) - Static method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
-  
- main(String[]) - Static method in class org.gjt.sp.jedit.bsh.Interpreter
- 
Run the text only interpreter on the command line or specify a file. 
- main(String[]) - Static method in class org.gjt.sp.jedit.bsh.Parser
-  
- main(String[]) - Static method in class org.gjt.sp.jedit.bsh.Remote
-  
- main(String[]) - Static method in class org.gjt.sp.jedit.jEdit
- 
The main method of the jEdit application. 
- main(String[]) - Static method in class org.gjt.sp.jedit.textarea.StandaloneTextArea
-  
- main(String[]) - Static method in class org.gjt.sp.util.StringList
-  
- MAJOR_ACTIONS - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
-  
- makeBufferPropertyName(String) - Method in class org.jedit.keymap.EmacsUtil
-  
- makeBufferPropertyName(Buffer, String) - Method in class org.jedit.keymap.EmacsUtil
-  
- makeSameSize(Component...) - Static method in class org.gjt.sp.jedit.GUIUtilities
- 
- makeSameSize(Component...) - Static method in class org.gjt.sp.util.GenericGUIUtilities
- 
Makes components the same size by finding the largest width and height of the
 given components then setting all components to that width and height. 
- ManagePanel - Class in org.gjt.sp.jedit.pluginmgr
- 
The ManagePanel is the JPanel that shows the installed plugins. 
- ManagePanel(PluginManager) - Constructor for class org.gjt.sp.jedit.pluginmgr.ManagePanel
-  
- Margins - Class in org.gjt.sp.jedit.print
- 
Custom printing attribute to represent page margins. 
- Margins(float, float, float, float) - Constructor for class org.gjt.sp.jedit.print.Margins
-  
- MARK_FOLLOWING - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
-  
- MARK_PREVIOUS - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
-  
- Marker - Class in org.gjt.sp.jedit
- 
Buffers may contain one or more markers which serve
 as textual bookmarks. 
- marker - Variable in class org.gjt.sp.jedit.Mode
-  
- MARKERS_CHANGED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
- 
Buffer markers changed. 
- markersChanged() - Method in class org.gjt.sp.jedit.Buffer
-  
- markersPath - Variable in class org.gjt.sp.jedit.bufferio.BufferIORequest
-  
- markersPath - Variable in class org.gjt.sp.jedit.bufferio.MarkersSaveRequest
-  
- MarkersProvider - Class in org.gjt.sp.jedit.menu
-  
- MarkersProvider() - Constructor for class org.gjt.sp.jedit.menu.MarkersProvider
-  
- MarkersSaveRequest - Class in org.gjt.sp.jedit.bufferio
- 
A save request for markers. 
- MarkersSaveRequest(View, Buffer, Object, VFS, String) - Constructor for class org.gjt.sp.jedit.bufferio.MarkersSaveRequest
- 
Creates a new I/O request for markers. 
- MarkerViewer - Class in org.gjt.sp.jedit.gui
- 
Dockable view of markers in the current buffer 
- MarkerViewer(View) - Constructor for class org.gjt.sp.jedit.gui.MarkerViewer
-  
- markTokens(int, TokenHandler) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
- 
Returns the syntax tokens for the specified line. 
- markTokens(Segment, TokenMarker.LineContext, TokenHandler) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
-  
- markTokens(Segment, TokenMarker.LineContext, TokenHandler) - Method in class org.gjt.sp.jedit.Buffer
-  
- markTokens(TokenMarker.LineContext, TokenHandler, Segment) - Method in class org.gjt.sp.jedit.syntax.TokenMarker
- 
Do not call this method directly; call Buffer.markTokens() instead. 
- MARKUP - Static variable in class org.gjt.sp.jedit.syntax.Token
-  
- match(CharSequence, boolean) - Method in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
- 
a good introduction to the Boyer-Moore fast string matching
  algorithm may be found on Moore's website at:
   http://www.cs.utexas.edu/users/moore/best-ideas/string-searching/ 
- Match() - Constructor for class org.gjt.sp.jedit.search.SearchMatcher.Match
-  
- Match() - Constructor for class org.gjt.sp.jedit.textarea.StructureMatcher.Match
-  
- Match(StructureMatcher) - Constructor for class org.gjt.sp.jedit.textarea.StructureMatcher.Match
-  
- Match(StructureMatcher, int, int, int, int) - Constructor for class org.gjt.sp.jedit.textarea.StructureMatcher.Match
-  
- MATCH_TYPE_CONTEXT - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
-  
- MATCH_TYPE_RULE - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
-  
- matcher - Variable in class org.gjt.sp.jedit.textarea.StructureMatcher.Match
-  
- matchType - Variable in class org.gjt.sp.jedit.syntax.ParserRule
- 
matchType is the type of the token for the matched region. 
- maxCommonPrefix(String, String) - Static method in class org.gjt.sp.jedit.bsh.StringUtil
-  
- maximumLayoutSize(Container) - Method in class org.gjt.sp.jedit.gui.DockableLayout
-  
- maximumLayoutSize(Container) - Method in class org.gjt.sp.jedit.gui.ExtendedGridLayout
- 
Calculates the maximum size dimensions for the specified
 container, given the components it contains. 
- maximumLayoutSize(Container) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
-  
- maximumUpdated(Task) - Method in class org.gjt.sp.jedit.gui.TaskMonitor
-  
- maximumUpdated(Task) - Method in class org.gjt.sp.util.TaskAdapter
-  
- maximumUpdated(Task) - Method in interface org.gjt.sp.util.TaskListener
-  
- MAXLINES - Static variable in class org.gjt.sp.util.Log
- 
The maximum number of log messages that will be kept in memory. 
- maxNextCharInd - Variable in class org.gjt.sp.jedit.bsh.JavaCharStream
-  
- maybeDragAndDrop - Variable in class org.gjt.sp.jedit.textarea.TextAreaMouseHandler
-  
- maybeReloadDirectory(String) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
-  
- MB_FORMAT - Static variable in class org.gjt.sp.util.StandardUtilities
-  
- md5(CharSequence) - Static method in class org.gjt.sp.util.StandardUtilities
- 
Returns the md5sum for given string. 
- members - Variable in class org.gjt.sp.jedit.OptionGroup
-  
- MemoryStatusWidgetFactory - Class in org.gjt.sp.jedit.gui.statusbar
-  
- MemoryStatusWidgetFactory() - Constructor for class org.gjt.sp.jedit.gui.statusbar.MemoryStatusWidgetFactory
-  
- menuAcceleratorFont() - Static method in class org.gjt.sp.jedit.GUIUtilities
- 
Menu accelerator font according to L&F defaults, with workarounds. 
- menuCanceled(MenuEvent) - Method in class org.gjt.sp.jedit.menu.EnhancedMenu
-  
- menuDeselected(MenuEvent) - Method in class org.gjt.sp.jedit.menu.EnhancedMenu
-  
- MenuItemTextComparator - Class in org.gjt.sp.jedit.menu
- 
MenuItemTextComparator implements java.util.Comparator, and compares the text
 value of JMenuItems using the case-insensitive smart comparison of
 StandardUtilities.compareStrings. 
- MenuItemTextComparator() - Constructor for class org.gjt.sp.jedit.menu.MenuItemTextComparator
-  
- menuSelected(MenuEvent) - Method in class org.gjt.sp.jedit.menu.EnhancedMenu
-  
- message(Component, String, Object[]) - Static method in class org.gjt.sp.jedit.GUIUtilities
- 
Displays a dialog box. 
- message(Component, String) - Static method in class org.gjt.sp.jedit.Macros
- 
Utility method that can be used to display a message dialog in a macro. 
- MESSAGE - Static variable in class org.gjt.sp.util.Log
- 
Message urgency. 
- METHOD - Static variable in class org.gjt.sp.jedit.bsh.Modifiers
-  
- MethodDeclaration() - Method in class org.gjt.sp.jedit.bsh.Parser
-  
- MethodInvocation() - Method in class org.gjt.sp.jedit.bsh.Parser
-  
- methodString(String, Class[]) - Static method in class org.gjt.sp.jedit.bsh.StringUtil
-  
- migrate() - Method in interface org.jedit.core.MigrationService
-  
- migrate() - Method in class org.jedit.migration.CheckFileStatus
-  
- migrate() - Method in class org.jedit.migration.KeymapMigration
-  
- MigrationService - Interface in org.jedit.core
- 
A Migration service. 
- minimumLayoutSize(Container) - Method in class org.gjt.sp.jedit.gui.DockableLayout
-  
- minimumLayoutSize(Container) - Method in class org.gjt.sp.jedit.gui.ExtendedGridLayout
- 
Calculates the minimum size dimensions for the specified
 container, given the components it contains. 
- minimumLayoutSize(Container) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
-  
- minimumLayoutSize(Container) - Method in class org.gjt.sp.jedit.textarea.ScrollLayout
-  
- MINUS - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- MINUSASSIGN - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- Mirror() - Constructor for class org.gjt.sp.jedit.pluginmgr.MirrorList.Mirror
-  
- MirrorList - Class in org.gjt.sp.jedit.pluginmgr
-  
- MirrorList(boolean, ProgressObserver) - Constructor for class org.gjt.sp.jedit.pluginmgr.MirrorList
-  
- MirrorList.Mirror - Class in org.gjt.sp.jedit.pluginmgr
-  
- MiscUtilities - Class in org.gjt.sp.jedit
- 
Path, URL name manipulation, string manipulation, and more. 
- MIXED - Static variable in class org.gjt.sp.jedit.TextUtilities
-  
- mkdir() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
-  
- MKDIR_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
- 
Make directory capability. 
- MOD - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- MODASSIGN - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- mode - Variable in class org.gjt.sp.jedit.buffer.JEditBuffer
- 
The edit mode of the buffer. 
- mode - Variable in class org.gjt.sp.jedit.BufferHistory.Entry
-  
- Mode - Class in org.gjt.sp.jedit
- 
An edit mode defines specific settings for editing some type of file. 
- Mode(String) - Constructor for class org.gjt.sp.jedit.Mode
- 
Creates a new edit mode. 
- ModeProvider - Class in org.gjt.sp.jedit.syntax
- 
This class works like a singleton, the instance is initialized by jEdit. 
- ModeProvider() - Constructor for class org.gjt.sp.jedit.syntax.ModeProvider
-  
- ModeSettingsPane - Class in org.gjt.sp.jedit.options
- 
Option pane to change the settings of an edit mode. 
- ModeSettingsPane() - Constructor for class org.gjt.sp.jedit.options.ModeSettingsPane
-  
- ModeWidgetFactory - Class in org.gjt.sp.jedit.gui.statusbar
-  
- ModeWidgetFactory() - Constructor for class org.gjt.sp.jedit.gui.statusbar.ModeWidgetFactory
-  
- Modifiers - Class in org.gjt.sp.jedit.bsh
-  
- Modifiers() - Constructor for class org.gjt.sp.jedit.bsh.Modifiers
-  
- Modifiers(int, boolean) - Method in class org.gjt.sp.jedit.bsh.Parser
- 
THE JAVA LANGUAGE GRAMMAR STARTS HERE * 
- modifiers - Variable in class org.gjt.sp.jedit.gui.KeyEventTranslator.Key
-  
- modifiersToString(int) - Static method in class org.gjt.sp.jedit.gui.KeyEventTranslator
-  
- modTime - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
-  
- MONITORENTER - Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
-  
- MONITOREXIT - Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
-  
- MouseActions - Class in org.gjt.sp.jedit.textarea
-  
- MouseActionsProvider - Interface in org.gjt.sp.jedit.textarea
-  
- mouseClicked(MouseEvent) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable.ColumnDragHook
-  
- mouseDragged(MouseEvent) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable.ColumnDragHook
- 
Implemented to pass the event to the original only if the
 mouseX doesn't lead to dragging the column over the first. 
- mouseDragged(MouseEvent) - Method in class org.gjt.sp.jedit.textarea.TextAreaMouseHandler
-  
- mouseEntered(MouseEvent) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable.ColumnDragHook
-  
- mouseEntered(MouseEvent) - Method in class org.gjt.sp.jedit.gui.statusbar.HoverSetStatusMouseHandler
-  
- mouseExited(MouseEvent) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable.ColumnDragHook
-  
- mouseExited(MouseEvent) - Method in class org.gjt.sp.jedit.gui.statusbar.HoverSetStatusMouseHandler
-  
- MouseHandler() - Constructor for class org.gjt.sp.jedit.help.HelpSearchPanel.MouseHandler
-  
- MouseHandler - Class in org.gjt.sp.jedit.textarea
- 
The mouseHandler used for jEdit. 
- MouseHandler(JEditTextArea) - Constructor for class org.gjt.sp.jedit.textarea.MouseHandler
-  
- mouseMoved(MouseEvent) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable.ColumnDragHook
-  
- mouseMoved(MouseEvent) - Method in class org.gjt.sp.jedit.textarea.TextAreaMouseHandler
-  
- MouseOptionPane - Class in org.gjt.sp.jedit.options
-  
- MouseOptionPane() - Constructor for class org.gjt.sp.jedit.options.MouseOptionPane
-  
- mousePressed(MouseEvent) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable.ColumnDragHook
- 
Implemented to do some tweaks/bookkeeping before/after
 passing the event to the original
 - temporarily disallow reordering if hit on first column
 - calculate the max mouseX that's allowable in dragging to the left 
- mousePressed(MouseEvent) - Method in class org.gjt.sp.jedit.textarea.MouseHandler
-  
- mousePressed(MouseEvent) - Method in class org.gjt.sp.jedit.textarea.TextAreaMouseHandler
-  
- mouseReleased(MouseEvent) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable.ColumnDragHook
-  
- mouseReleased(MouseEvent) - Method in class org.gjt.sp.jedit.gui.statusbar.HoverSetStatusMouseHandler
-  
- mouseReleased(MouseEvent) - Method in class org.gjt.sp.jedit.help.HelpSearchPanel.MouseHandler
-  
- mouseReleased(MouseEvent) - Method in class org.gjt.sp.jedit.textarea.MouseHandler
-  
- mouseReleased(MouseEvent) - Method in class org.gjt.sp.jedit.textarea.TextAreaMouseHandler
-  
- move(String) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
-  
- move(String) - Method in interface org.gjt.sp.jedit.gui.DockableWindow
- 
Notifies a dockable window before its docking position is changed. 
- move(String) - Method in class org.gjt.sp.jedit.gui.RegisterViewer
-  
- moveAllToLeft() - Method in class org.gjt.sp.jedit.gui.PingPongList
-  
- moveAllToRight() - Method in class org.gjt.sp.jedit.gui.PingPongList
-  
- moveBuffer(EditPane, int, int) - Method in class org.gjt.sp.jedit.bufferset.BufferSetManager
- 
Moves a buffer from a old position to a new position in the
 BufferSet used in an EditPane. 
- moveBuffer(EditPane, int, int) - Static method in class org.gjt.sp.jedit.jEdit
- 
Moves a buffer from a old position to a new position in the
 BufferSet used in an EditPane. 
- moveCaretPosition(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
- 
Sets the caret position without deactivating the selection. 
- moveCaretPosition(int, boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
- 
Sets the caret position without deactivating the selection. 
- moveCaretPosition(int, int) - Method in class org.gjt.sp.jedit.textarea.TextArea
- 
Sets the caret position without deactivating the selection. 
- moveFile(File, File) - Static method in class org.gjt.sp.util.IOUtilities
- 
Moves the source file to the destination. 
- multi - Variable in class org.gjt.sp.jedit.textarea.TextArea
- 
Flag that tells if multiple selection is on. 
- MULTI_LINE_COMMENT - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- MULTI_SELECT_CHANGED - Static variable in interface org.gjt.sp.jedit.textarea.StatusListener
-  
- MULTIANEWARRAY - Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
-  
- MultiplicativeExpression() - Method in class org.gjt.sp.jedit.bsh.Parser
-  
- MultiSelectWidgetFactory - Class in org.gjt.sp.jedit.gui.statusbar
-  
- MultiSelectWidgetFactory() - Constructor for class org.gjt.sp.jedit.gui.statusbar.MultiSelectWidgetFactory
-  
- MutableListModel<E> - Interface in org.gjt.sp.jedit.gui
- 
Short Description of this class
 Long Description