Eclipse Platform
2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

M

M_EDIT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Name of standard Edit menu (value "edit").
M_FILE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Name of standard File menu (value "file").
M_HELP - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Name of standard Help menu (value "help").
M_LAUNCH - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Name of Launch window menu (value "launch").
M_NAVIGATE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Name of standard Navigate menu (value "navigate").
M_PROJECT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Name of standard Project menu (value "project").
M_VIEW - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Name of standard Perspective menu (value "view").
M_WINDOW - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Name of standard Window menu (value "window").
M_WORKBENCH - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Name of standard Workbench menu (value "workbench").
Main - class org.eclipse.core.launcher.Main.
Startup class for Eclipse.
Main() - Constructor for class org.eclipse.core.launcher.Main
 
main(String) - Static method in class org.eclipse.core.launcher.Main
Runs this launcher with the arguments specified in the given string.
main(String[]) - Static method in class org.eclipse.core.launcher.Main
Runs the platform with the given arguments.
MainActionGroup - class org.eclipse.ui.views.navigator.MainActionGroup.
The main action group for the navigator.
MainActionGroup(IResourceNavigator) - Constructor for class org.eclipse.ui.views.navigator.MainActionGroup
Constructs the main action group.
makeAbsolute() - Method in class org.eclipse.core.runtime.Path
 
makeAbsolute() - Method in interface org.eclipse.core.runtime.IPath
Returns an absolute path with the segments and device id of this path.
makeActions() - Method in class org.eclipse.ui.views.navigator.WorkspaceActionGroup
 
makeActions() - Method in class org.eclipse.ui.views.navigator.SortAndFilterActionGroup
 
makeActions() - Method in class org.eclipse.ui.views.navigator.ResourceNavigatorActionGroup
Makes the actions contained in this action group.
makeActions() - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Creates the action group, which encapsulates all actions for the view.
makeActions() - Method in class org.eclipse.ui.views.navigator.RefactorActionGroup
 
makeActions() - Method in class org.eclipse.ui.views.navigator.OpenActionGroup
 
makeActions() - Method in class org.eclipse.ui.views.navigator.MainActionGroup
Makes the actions contained directly in this action group.
makeActions() - Method in class org.eclipse.ui.views.navigator.GotoActionGroup
 
makeColumnsEqualWidth - Variable in class org.eclipse.swt.layout.GridLayout
makeColumnsEqualWidth specifies whether all columns in the layout will be forced to have the same width.
makeContributions(IMenuManager, IToolBarManager, IStatusLineManager) - Method in class org.eclipse.ui.part.Page
 
makeContributions(IMenuManager, IToolBarManager, IStatusLineManager) - Method in class org.eclipse.ui.views.properties.PropertySheetPage
 
makeRelative() - Method in class org.eclipse.core.runtime.Path
 
makeRelative() - Method in interface org.eclipse.core.runtime.IPath
Returns a relative path with the segments and device id of this path.
makeSubGroups() - Method in class org.eclipse.ui.views.navigator.MainActionGroup
Makes the sub action groups.
makeUNC(boolean) - Method in class org.eclipse.core.runtime.Path
 
makeUNC(boolean) - Method in interface org.eclipse.core.runtime.IPath
Return a new path which is the equivalent of this path converted to UNC form (if the given boolean is true) or this path not as a UNC path (if the given boolean is false).
map(IPath, IPath) - Method in interface org.eclipse.core.resources.ISaveContext
Maps the given plug-in file to its real location.
map(IProject, String) - Static method in class org.eclipse.team.core.RepositoryProvider
Instantiate a new RepositoryProvider with concrete class by given providerID and associate it with project.
mapElement(Object, Widget) - Method in class org.eclipse.jface.viewers.StructuredViewer
Adds the element item pair to the element map
MARGIN_HEIGHT - Static variable in class org.eclipse.jface.preference.FieldEditorPreferencePage
The margin height used by layout styles FLAT and GRID.
MARGIN_WIDTH - Static variable in class org.eclipse.jface.preference.FieldEditorPreferencePage
The margin width used by layout styles FLAT and GRID.
marginBottom - Variable in class org.eclipse.swt.layout.RowLayout
marginBottom specifies the number of pixels of vertical margin that will be placed along the bottom edge of the layout.
marginHeight - Variable in class org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout
The margin height; 5 pixels by default.
marginHeight - Variable in class org.eclipse.swt.custom.ViewForm
marginHeight specifies the number of pixels of vertical margin that will be placed along the top and bottom edges of the form.
marginHeight - Variable in class org.eclipse.swt.custom.StackLayout
marginHeight specifies the number of pixels of vertical margin that will be placed along the top and bottom edges of the layout.
marginHeight - Variable in class org.eclipse.swt.custom.CTabFolder
marginHeight specifies the number of pixels of vertical margin that will be placed along the top and bottom edges of the form.
marginHeight - Variable in class org.eclipse.swt.layout.GridLayout
marginHeight specifies the number of pixels of vertical margin that will be placed along the top and bottom edges of the layout.
marginHeight - Variable in class org.eclipse.swt.layout.FormLayout
marginHeight specifies the number of pixels of vertical margin that will be placed along the top and bottom edges of the layout.
marginLeft - Variable in class org.eclipse.swt.layout.RowLayout
marginLeft specifies the number of pixels of horizontal margin that will be placed along the left edge of the layout.
marginRight - Variable in class org.eclipse.swt.layout.RowLayout
marginRight specifies the number of pixels of horizontal margin that will be placed along the right edge of the layout.
marginTop - Variable in class org.eclipse.swt.layout.RowLayout
marginTop specifies the number of pixels of vertical margin that will be placed along the top edge of the layout.
marginWidth - Variable in class org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout
The margin width; 5 pixels by default.
marginWidth - Variable in class org.eclipse.swt.custom.ViewForm
marginWidth specifies the number of pixels of horizontal margin that will be placed along the left and right edges of the form.
marginWidth - Variable in class org.eclipse.swt.custom.StackLayout
marginWidth specifies the number of pixels of horizontal margin that will be placed along the left and right edges of the layout.
marginWidth - Variable in class org.eclipse.swt.custom.CTabFolder
marginWidth specifies the number of pixels of horizontal margin that will be placed along the left and right edges of the form.
marginWidth - Variable in class org.eclipse.swt.layout.GridLayout
marginWidth specifies the number of pixels of horizontal margin that will be placed along the left and right edges of the layout.
marginWidth - Variable in class org.eclipse.swt.layout.FormLayout
marginWidth specifies the number of pixels of horizontal margin that will be placed along the left and right edges of the layout.
MarkAction - class org.eclipse.ui.texteditor.MarkAction.
An action to handle emacs-like marked regions.
MarkAction(ResourceBundle, String, ITextEditor, int) - Constructor for class org.eclipse.ui.texteditor.MarkAction
Constructor for MarkAction.
markAsContentDependentAction(String, boolean) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Marks or unmarks the given action to be updated on content changes.
markAsPropertyDependentAction(String, boolean) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Marks or unmarks the given action to be updated on property changes.
markAsSelectionDependentAction(String, boolean) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Marks or unmarks the given action to be updated on text selection changes.
markAsStateDependentAction(String, boolean) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Marks or unmarks the given action to be updated on state changes.
markChanged(int, int) - Method in class org.eclipse.jface.text.TextViewer
Sends out a mark selection changed event to all registered listeners.
markDirty() - Method in class org.eclipse.jface.action.SubContributionManager
 
markDirty() - Method in interface org.eclipse.jface.action.IContributionManager
Marks this contribution manager as dirty.
markDirty() - Method in class org.eclipse.jface.action.ContributionManager
 
MARKER - Static variable in interface org.eclipse.core.resources.IMarker
Base marker type
MARKER_NOT_FOUND - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 376) indicating a marker unexpectedly does not exist in the workspace tree.
MarkerAnnotation - class org.eclipse.ui.texteditor.MarkerAnnotation.
Annotation representing a marker on a resource in the workspace.
MarkerAnnotation(IMarker) - Constructor for class org.eclipse.ui.texteditor.MarkerAnnotation
Creates a new annotation for the given marker.
MarkerResolutionSelectionDialog - class org.eclipse.ui.dialogs.MarkerResolutionSelectionDialog.
Dialog to allow the user to select from a list of marker resolutions.
MarkerResolutionSelectionDialog(Shell, IMarkerResolution[]) - Constructor for class org.eclipse.ui.dialogs.MarkerResolutionSelectionDialog
Creates an instance of this dialog to display the given resolutions.
MarkerRulerAction - class org.eclipse.ui.texteditor.MarkerRulerAction.
A ruler action which can add and remove markers which have a visual representation in the ruler.
MarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo, String, boolean) - Constructor for class org.eclipse.ui.texteditor.MarkerRulerAction
Creates a new action for the given ruler and editor.
MarkerRulerAction(ResourceBundle, String, IVerticalRuler, ITextEditor, String, boolean) - Constructor for class org.eclipse.ui.texteditor.MarkerRulerAction
Deprecated. use MarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo, String, boolean) instead
MarkerRulerInfoAction - class org.eclipse.ui.texteditor.MarkerRulerInfoAction.
Deprecated. use MarkerRulerAction instead
MarkerRulerInfoAction(ResourceBundle, String, IVerticalRulerInfo, ITextEditor, String, boolean) - Constructor for class org.eclipse.ui.texteditor.MarkerRulerInfoAction
Deprecated. use super class instead
MARKERS - Static variable in interface org.eclipse.core.resources.IResourceDelta
Change constant (bit mask) indicating that the resource's markers have changed.
MarkerTransfer - class org.eclipse.ui.part.MarkerTransfer.
A MarkerTransfer is used to transfer an array of IMarkers from one part to another in a drag and drop operation.
MarkerUtilities - class org.eclipse.ui.texteditor.MarkerUtilities.
Utility class for accessing marker attributes.
markListReferenceReadOnly(ModelObject[]) - Method in class org.eclipse.update.core.model.ModelObject
Delegate setting of read-only
markReadOnly() - Method in class org.eclipse.core.runtime.model.PluginRegistryModel
Sets this model object and all of its descendents to be read-only.
markReadOnly() - Method in class org.eclipse.core.runtime.model.PluginModelObject
Sets this model object and all of its descendents to be read-only.
markReadOnly() - Method in class org.eclipse.core.runtime.model.PluginModel
Sets this model object and all of its descendents to be read-only.
markReadOnly() - Method in class org.eclipse.core.runtime.model.ExtensionModel
Sets this model object and all of its descendents to be read-only.
markReadOnly() - Method in class org.eclipse.core.runtime.model.ConfigurationElementModel
Sets this model object and all of its descendents to be read-only.
markReadOnly() - Method in class org.eclipse.update.core.model.SiteModel
Marks the model object as read-only.
markReadOnly() - Method in class org.eclipse.update.core.model.ModelObject
Sets this model object and all of its descendents to be read-only.
markReadOnly() - Method in class org.eclipse.update.core.model.FeatureModel
Marks the model object as read-only.
markReadOnly() - Method in class org.eclipse.update.core.model.CategoryModel
Marks the model object as read-only.
markReferenceReadOnly(ModelObject) - Method in class org.eclipse.update.core.model.ModelObject
Delegate setting of read-only
MarkRegionTarget - class org.eclipse.ui.texteditor.MarkRegionTarget.
Default implementation of IMarkRegionTarget using ITextViewer and IStatusLineManager.
MarkRegionTarget(ITextViewer, IStatusLineManager) - Constructor for class org.eclipse.ui.texteditor.MarkRegionTarget
Creates a MarkRegionTaret.
markResolved() - Method in class org.eclipse.core.runtime.model.PluginRegistryModel
Sets this model object to be resolved.
MarkSelection - class org.eclipse.jface.text.MarkSelection.
Default implementation of IMarkSelection.
MarkSelection(IDocument, int, int) - Constructor for class org.eclipse.jface.text.MarkSelection
Creates a MarkSelection.
maskData - Variable in class org.eclipse.swt.graphics.ImageData
icon-specific field containing the data from the icon mask
maskPad - Variable in class org.eclipse.swt.graphics.ImageData
icon-specific field containing the scanline pad of the mask
match(Object) - Method in interface org.eclipse.ui.dialogs.FilteredList.FilterMatcher
Returns true if the object matches the pattern, false otherwise.
matches(int) - Method in class org.eclipse.core.runtime.Status
 
matches(int) - Method in interface org.eclipse.core.runtime.IStatus
Returns whether the severity of this status matches the given specification.
matchingFirstSegments(IPath) - Method in class org.eclipse.core.runtime.Path
 
matchingFirstSegments(IPath) - Method in interface org.eclipse.core.runtime.IPath
Returns a count of the number of segments which match in this path and the given path (device ids are ignored), comparing in increasing segment number order.
MAX - Static variable in class org.eclipse.swt.SWT
style constant for maximize box trim (value is 1<<10)
maxLength() - Method in class org.eclipse.compare.rangedifferencer.RangeDifference
Returns the maximum number of entities in the left, right, and ancestor sides of this range.
MB_ADDITIONS - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Name of group for adding new top-level menus (value "additions").
members() - Method in interface org.eclipse.core.resources.IContainer
Returns a list of existing member resources (projects, folders and files) in this resource, in no particular order.
members(boolean) - Method in interface org.eclipse.core.resources.IContainer
Returns a list of all member resources (projects, folders and files) in this resource, in no particular order.
members(int) - Method in interface org.eclipse.core.resources.IContainer
Returns a list of all member resources (projects, folders and files) in this resource, in no particular order.
Menu - class org.eclipse.swt.widgets.Menu.
Instances of this class are user interface objects that contain menu items.
MENU - Static variable in class org.eclipse.swt.SWT
style constant for shell menu trim (value is 1<<6, since we do not distinguish between CLOSE style and MENU style)
MENU_PREFIX - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
[Issue: MENU_PREFIX is "".
Menu(Control) - Constructor for class org.eclipse.swt.widgets.Menu
Constructs a new instance of this class given its parent, and sets the style for the instance so that the instance will be a popup menu on the given parent's shell.
Menu(Decorations, int) - Constructor for class org.eclipse.swt.widgets.Menu
Constructs a new instance of this class given its parent (which must be a Decorations) and a style value describing its behavior and appearance.
Menu(Menu) - Constructor for class org.eclipse.swt.widgets.Menu
Constructs a new instance of this class given its parent (which must be a Menu) and sets the style for the instance so that the instance will be a drop-down menu on the given parent's parent.
Menu(MenuItem) - Constructor for class org.eclipse.swt.widgets.Menu
Constructs a new instance of this class given its parent (which must be a MenuItem) and sets the style for the instance so that the instance will be a drop-down menu on the given parent's parent menu.
menuAboutToShow(IMenuManager) - Method in interface org.eclipse.jface.action.IMenuListener
Notifies this listener that the menu is about to be shown by the given menu manager.
menuAboutToShow(IMenuManager) - Method in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
 
MenuAdapter - class org.eclipse.swt.events.MenuAdapter.
This adapter class provides default implementations for the methods described by the MenuListener interface.
MenuAdapter() - Constructor for class org.eclipse.swt.events.MenuAdapter
 
MenuEvent - class org.eclipse.swt.events.MenuEvent.
Instances of this class are sent as a result of menus being shown and hidden.
MenuEvent(Event) - Constructor for class org.eclipse.swt.events.MenuEvent
Constructs a new instance of this class based on the information in the given untyped event.
menuHidden(MenuEvent) - Method in interface org.eclipse.swt.events.MenuListener
Sent when a menu is hidden.
menuHidden(MenuEvent) - Method in class org.eclipse.swt.events.MenuAdapter
Sent when a menu is hidden.
MenuItem - class org.eclipse.swt.widgets.MenuItem.
Instances of this class represent a selectable user interface object that issues notification when pressed and released.
MenuItem(Menu, int) - Constructor for class org.eclipse.swt.widgets.MenuItem
Constructs a new instance of this class given its parent (which must be a Menu) and a style value describing its behavior and appearance.
MenuItem(Menu, int, int) - Constructor for class org.eclipse.swt.widgets.MenuItem
Constructs a new instance of this class given its parent (which must be a Menu), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
MenuListener - interface org.eclipse.swt.events.MenuListener.
Classes which implement this interface provide methods that deal with the hiding and showing of menus.
MenuManager - class org.eclipse.jface.action.MenuManager.
A menu manager is a contribution manager which realizes itself and its items in a menu control; either as a menu bar, a sub-menu, or a context menu.
MenuManager() - Constructor for class org.eclipse.jface.action.MenuManager
Creates a menu manager.
MenuManager(String) - Constructor for class org.eclipse.jface.action.MenuManager
Creates a menu manager with the given text.
MenuManager(String, String) - Constructor for class org.eclipse.jface.action.MenuManager
Creates a menu manager with the given text and id.
menuShown(MenuEvent) - Method in interface org.eclipse.swt.events.MenuListener
Sent when a menu is shown.
menuShown(MenuEvent) - Method in class org.eclipse.swt.events.MenuAdapter
Sent when a menu is shown.
merge(IStatus) - Method in class org.eclipse.core.runtime.MultiStatus
Merges the given status into this multi-status.
MESSAGE - Static variable in class org.eclipse.core.launcher.Main
 
MESSAGE - Static variable in interface org.eclipse.core.resources.IMarker
Message marker attribute.
MESSAGE - Static variable in interface org.eclipse.ui.IMarkerActionFilter
An attribute indicating the marker message (value "message").
MessageBox - class org.eclipse.swt.widgets.MessageBox.
Instances of this class are used used to inform or warn the user.
MessageBox(Shell) - Constructor for class org.eclipse.swt.widgets.MessageBox
Constructs a new instance of this class given only its parent.
MessageBox(Shell, int) - Constructor for class org.eclipse.swt.widgets.MessageBox
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
MessageDialog - class org.eclipse.jface.dialogs.MessageDialog.
A dialog for showing messages to the user.
MessageDialog(Shell, String, Image, String, int, String[], int) - Constructor for class org.eclipse.jface.dialogs.MessageDialog
Create a message dialog.
messageOutputLevel - Variable in class org.eclipse.ant.core.AntRunner
 
MessagePage - class org.eclipse.ui.part.MessagePage.
A message page display a message in a pagebook view.
MessagePage() - Constructor for class org.eclipse.ui.part.MessagePage
Creates a new page.
MIN - Static variable in class org.eclipse.swt.SWT
style constant for minimize box trim (value is 1<<7)
MIN_TAB_WIDTH - Variable in class org.eclipse.swt.custom.CTabFolder
 
MINIMUM_MESSAGE_AREA_WIDTH - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Minimum width of message area in dialog units (value 300).
MINIMUM_WIDTH - Static variable in class org.eclipse.jface.viewers.ColumnWeightData
Default width of a column (in pixels).
minimumHeight - Variable in class org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout
The minimum height; 0 pixels by default.
minimumHeight - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies the minimum height the editor can have.
minimumWidth - Variable in class org.eclipse.jface.viewers.ColumnWeightData
The column's minimum width in pixels.
minimumWidth - Variable in class org.eclipse.jface.viewers.CellEditor.LayoutData
Minimum width in pixels; 50 pixels by default.
minimumWidth - Variable in class org.eclipse.jface.wizard.WizardDialog.PageContainerFillLayout
The minimum width; 0 pixels by default.
minimumWidth - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies the minimum width the editor can have.
MISSING_DESCRIPTION_REPAIRED - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 234) indicating that a project description file (.project), was missing but it has been repaired.
ModalContext - class org.eclipse.jface.operation.ModalContext.
Utility class for supporting modal operations.
ModalContext() - Constructor for class org.eclipse.jface.operation.ModalContext
 
modelChanged(AnnotationModelEvent) - Method in interface org.eclipse.jface.text.source.IAnnotationModelListenerExtension
Called if a model change occurred on the given model.
modelChanged(IAnnotationModel) - Method in interface org.eclipse.jface.text.source.IAnnotationModelListener
Called if a model change occurred on the given model.
MODELESS - Static variable in class org.eclipse.swt.SWT
style constant for modeless behavior (value is 0)
Note that this is a HINT.
ModelObject - class org.eclipse.update.core.model.ModelObject.
Root model object.
ModelObject() - Constructor for class org.eclipse.update.core.model.ModelObject
Creates a base model object.
Modify - Static variable in class org.eclipse.swt.SWT
modify event type (value is 24)
modify(Object, String, Object) - Method in interface org.eclipse.jface.viewers.ICellModifier
Modifies the value for the given property of the given element.
ModifyEvent - class org.eclipse.swt.events.ModifyEvent.
Instances of this class are sent as a result of text being modified.
ModifyEvent(Event) - Constructor for class org.eclipse.swt.events.ModifyEvent
Constructs a new instance of this class based on the information in the given untyped event.
ModifyListener - interface org.eclipse.swt.events.ModifyListener.
Classes which implement this interface provide a method that deals with the events that are generated when text is modified.
modifyMarkerAnnotation(IMarker) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
Updates the annotation corresponding to the given marker which has changed in some way.
modifyText(ExtendedModifyEvent) - Method in interface org.eclipse.swt.custom.ExtendedModifyListener
This method is called after a text change occurs.
modifyText(ModifyEvent) - Method in interface org.eclipse.swt.events.ModifyListener
Sent when the text is modified.
monitor - Variable in class org.eclipse.update.core.BaseInstallHandler
Optional progress monitor, can be null
MonoReconciler - class org.eclipse.jface.text.reconciler.MonoReconciler.
Standard implementation of IReconciler.
MonoReconciler(IReconcilingStrategy, boolean) - Constructor for class org.eclipse.jface.text.reconciler.MonoReconciler
Creates a new reconciler that uses the same reconciling strategy to reconcile its document independent of the type of the document's contents.
MOUSE - Static variable in class org.eclipse.jface.text.TextViewer
 
MOUSE_END - Static variable in class org.eclipse.jface.text.TextViewer
 
MouseAdapter - class org.eclipse.swt.events.MouseAdapter.
This adapter class provides default implementations for the methods described by the MouseListener interface.
MouseAdapter() - Constructor for class org.eclipse.swt.events.MouseAdapter
 
MouseDoubleClick - Static variable in class org.eclipse.swt.SWT
mouse double click event type (value is 8)
mouseDoubleClick(MouseEvent) - Method in interface org.eclipse.swt.events.MouseListener
Sent when a mouse button is pressed twice within the (operating system specified) double click period.
mouseDoubleClick(MouseEvent) - Method in class org.eclipse.swt.events.MouseAdapter
Sent when a mouse button is pressed twice within the (operating system specified) double click period.
mouseDoubleClick(MouseEvent) - Method in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
 
MouseDown - Static variable in class org.eclipse.swt.SWT
mouse down event type (value is 3)
mouseDown(MouseEvent) - Method in interface org.eclipse.swt.events.MouseListener
Sent when a mouse button is pressed.
mouseDown(MouseEvent) - Method in class org.eclipse.swt.events.MouseAdapter
Sent when a mouse button is pressed.
mouseDown(MouseEvent) - Method in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
 
MouseEnter - Static variable in class org.eclipse.swt.SWT
mouse enter event type (value is 6)
mouseEnter(MouseEvent) - Method in interface org.eclipse.swt.events.MouseTrackListener
Sent when the mouse pointer passes into the area of the screen covered by a control.
mouseEnter(MouseEvent) - Method in class org.eclipse.swt.events.MouseTrackAdapter
Sent when the mouse pointer passes into the area of the screen covered by a control.
MouseEvent - class org.eclipse.swt.events.MouseEvent.
Instances of this class are sent whenever mouse related actions occur.
MouseEvent(Event) - Constructor for class org.eclipse.swt.events.MouseEvent
Constructs a new instance of this class based on the information in the given untyped event.
MouseExit - Static variable in class org.eclipse.swt.SWT
Mouse exit event type (value is 7)
mouseExit(MouseEvent) - Method in interface org.eclipse.swt.events.MouseTrackListener
Sent when the mouse pointer passes out of the area of the screen covered by a control.
mouseExit(MouseEvent) - Method in class org.eclipse.swt.events.MouseTrackAdapter
Sent when the mouse pointer passes out of the area of the screen covered by a control.
MouseHover - Static variable in class org.eclipse.swt.SWT
mouse hover event type (value is 32)
mouseHover(MouseEvent) - Method in interface org.eclipse.swt.events.MouseTrackListener
Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control.
mouseHover(MouseEvent) - Method in class org.eclipse.swt.events.MouseTrackAdapter
Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control.
MouseListener - interface org.eclipse.swt.events.MouseListener.
Classes which implement this interface provide methods that deal with the events that are generated as mouse buttons are pressed.
MouseMove - Static variable in class org.eclipse.swt.SWT
mouse move event type (value is 5)
mouseMove(MouseEvent) - Method in interface org.eclipse.swt.events.MouseMoveListener
Sent when the mouse moves.
MouseMoveListener - interface org.eclipse.swt.events.MouseMoveListener.
Classes which implement this interface provide a method that deals with the events that are generated as the mouse pointer moves.
MouseTrackAdapter - class org.eclipse.swt.events.MouseTrackAdapter.
This adapter class provides default implementations for the methods described by the MouseTrackListener interface.
MouseTrackAdapter() - Constructor for class org.eclipse.swt.events.MouseTrackAdapter
 
MouseTrackListener - interface org.eclipse.swt.events.MouseTrackListener.
Classes which implement this interface provide methods that deal with the events that are generated as the mouse pointer passes (or hovers) over controls.
MouseUp - Static variable in class org.eclipse.swt.SWT
mouse up event type (value is 4)
mouseUp(MouseEvent) - Method in interface org.eclipse.swt.events.MouseListener
Sent when a mouse button is released.
mouseUp(MouseEvent) - Method in class org.eclipse.swt.events.MouseAdapter
Sent when a mouse button is released.
mouseUp(MouseEvent) - Method in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
 
Move - Static variable in class org.eclipse.swt.SWT
move event type (value is 10)
MOVE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Edit menu: name of standard Move global action (value "move").
move(IPath, boolean, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFolder
Moves this resource so that it is located at the given path.
move(IPath, boolean, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFile
Moves this resource to be at the given location.
move(IPath, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
Moves this resource so that it is located at the given path.
move(IPath, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
Moves this resource so that it is located at the given path.
move(IProjectDescription, boolean, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
Renames or relocates this project so that it is the project specified by the given project description.
move(IProjectDescription, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IProject
Renames this project so that it is located at the name in the given description.
move(IProjectDescription, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
Renames or relocates this project so that it is the project specified by the given project description.
move(IResource[], IPath, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IWorkspace
Moves the given sibling resources so that they are located as members of the resource at the given path; the names of the new members are the same.
move(IResource[], IPath, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IWorkspace
Moves the given sibling resources so that they are located as members of the resource at the given path; the names of the new members are the same.
moveAbove(Control) - Method in class org.eclipse.swt.widgets.Control
Moves the receiver above the specified control in the drawing order.
moveBelow(Control) - Method in class org.eclipse.swt.widgets.Control
Moves the receiver below the specified control in the drawing order.
MOVED_FROM - Static variable in interface org.eclipse.core.resources.IResourceDelta
Change constant (bit mask) indicating that the resource was moved from another location.
MOVED_TO - Static variable in interface org.eclipse.core.resources.IResourceDelta
Change constant (bit mask) indicating that the resource was moved to another location.
movedFile(IFile, IFile) - Method in interface org.eclipse.core.resources.team.IResourceTree
Declares that the given source file has been successfully moved to the given destination in the local file system, and requests that the corresponding changes should now be made to the workspace resource tree.
movedFolderSubtree(IFolder, IFolder) - Method in interface org.eclipse.core.resources.team.IResourceTree
Declares that the given source folder and its descendents have been successfully moved to the given destination in the local file system, and requests that the corresponding changes should now be made to the workspace resource tree for the folder and all its descendents.
movedProjectSubtree(IProject, IProjectDescription) - Method in interface org.eclipse.core.resources.team.IResourceTree
Declares that the given source project and its files and folders have been successfully relocated in the local file system if required, and requests that the rename and/or relocation should now be made to the workspace resource tree for the project and all its descendents.
moveFile(IResourceTree, IFile, IFile, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.team.IMoveDeleteHook
Implements IResource.move(IPath,int,IProgressMonitor) where the receiver is a file.
moveFolder(IResourceTree, IFolder, IFolder, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.team.IMoveDeleteHook
Implements IResource.move(IPath,int,IProgressMonitor) where the receiver is a project.
moveProject(IResourceTree, IProject, IProjectDescription, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.team.IMoveDeleteHook
Implements IResource.move(IPath,int,IProgressMonitor) and IResource.move(IProjectDescription,int,IProgressMonitor) where the receiver is a project.
MoveProjectAction - class org.eclipse.ui.actions.MoveProjectAction.
The MoveProjectAction is the action designed to move projects specifically as they have different semantics from other resources.
MoveProjectAction(Shell) - Constructor for class org.eclipse.ui.actions.MoveProjectAction
Creates a new project move action with the given text.
MoveResourceAction - class org.eclipse.ui.actions.MoveResourceAction.
Standard action for moving the currently selected resources elsewhere in the workspace.
MoveResourceAction(Shell) - Constructor for class org.eclipse.ui.actions.MoveResourceAction
Creates a new action.
MRU - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
File menu: name of "Most Recently Used File" group.
msg - Variable in class org.eclipse.swt.widgets.Display
the handle to the OS message queue (Warning: This field is platform dependent)
MULTI - Static variable in class org.eclipse.swt.SWT
style constant for multi-selection behavior in lists and multiple line support on text fields (value is 1<<1)
MultiEditor - class org.eclipse.ui.part.MultiEditor.
A MultiEditor is a composite of editors.
MultiEditor.Gradient - class org.eclipse.ui.part.MultiEditor.Gradient.
 
MultiEditor.Gradient() - Constructor for class org.eclipse.ui.part.MultiEditor.Gradient
 
MultiEditor() - Constructor for class org.eclipse.ui.part.MultiEditor
Constructor for TileEditor.
MultiEditorInput - class org.eclipse.ui.part.MultiEditorInput.
Implements a input for a MultiEditor This class is intended to be instanciated by clients but its is not intented to be subclassed.
MultiEditorInput(String[], IEditorInput[]) - Constructor for class org.eclipse.ui.part.MultiEditorInput
Constructor for MultiEditorInput.
MultiLineRule - class org.eclipse.jface.text.rules.MultiLineRule.
A rule for detecting patterns which begin with a given sequence and may end with a given sequence thereby spanning multiple lines.
MultiLineRule(String, String, IToken) - Constructor for class org.eclipse.jface.text.rules.MultiLineRule
Creates a rule for the given starting and ending sequence which, if detected, will return the specified token.
MultiLineRule(String, String, IToken, char) - Constructor for class org.eclipse.jface.text.rules.MultiLineRule
Creates a rule for the given starting and ending sequence which, if detected, will return the specific token.
MultiPageEditor - class org.eclipse.ui.part.MultiPageEditor.
Deprecated. Use the class MultiPageEditorPart instead
MultiPageEditor() - Constructor for class org.eclipse.ui.part.MultiPageEditor
Deprecated. Use the class MultiPageEditorPart instead
MultiPageEditorActionBarContributor - class org.eclipse.ui.part.MultiPageEditorActionBarContributor.
Abstract base class for managing the installation/deinstallation of global actions for multi-page editors.
MultiPageEditorActionBarContributor() - Constructor for class org.eclipse.ui.part.MultiPageEditorActionBarContributor
Creates a multi-page editor action contributor.
MultiPageEditorPart - class org.eclipse.ui.part.MultiPageEditorPart.
A multi-page editor is an editor with multiple pages, each of which may contain an editor or an arbitrary SWT control.
MultiPageEditorPart() - Constructor for class org.eclipse.ui.part.MultiPageEditorPart
Creates an empty multi-page editor with no pages.
MultiPageEditorSite - class org.eclipse.ui.part.MultiPageEditorSite.
Site for a nested editor within a multi-page editor.
MultiPageEditorSite(MultiPageEditorPart, IEditorPart) - Constructor for class org.eclipse.ui.part.MultiPageEditorSite
Creates a site for the given editor nested within the given multi-page editor.
MultiPageSelectionProvider - class org.eclipse.ui.part.MultiPageSelectionProvider.
Manages the current selection in a multi-page editor by tracking the active nested editor within the multi-page editor.
MultiPageSelectionProvider(MultiPageEditorPart) - Constructor for class org.eclipse.ui.part.MultiPageSelectionProvider
Creates a selection provider for the given multi-page editor.
MultiStatus - class org.eclipse.core.runtime.MultiStatus.
A concrete multi-status implementation, suitable either for instantiating or subclassing.
MultiStatus(String, int, IStatus[], String, Throwable) - Constructor for class org.eclipse.core.runtime.MultiStatus
Creates and returns a new multi-status object with the given children.
MultiStatus(String, int, String, Throwable) - Constructor for class org.eclipse.core.runtime.MultiStatus
Creates and returns a new multi-status object with no children.
mustSaveDocument(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Returns whether the document provided for the given element must be saved.
mustSaveDocument(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 

Eclipse Platform
2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.