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

M

MAX - Static variable in class org.eclipse.swt.SWT
Style constant for maximize box trim (value is 1<<10).
MEDIUM - Static variable in class org.eclipse.ercp.swt.mobile.ListView
A medium density level.
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).
MIN - Static variable in class org.eclipse.swt.SWT
Style constant for minimize box trim (value is 1<<7).
MIRRORED - Static variable in class org.eclipse.swt.SWT
Style constant to indicate coordinate mirroring (value is 1<<27).
MOD1 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the MOD1 key was pushed on the keyboard when the event was generated.
MOD2 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the MOD2 key was pushed on the keyboard when the event was generated.
MOD3 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the MOD3 key was pushed on the keyboard when the event was generated.
MOD4 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the MOD4 key was pushed on the keyboard when the event was generated.
MODELESS - Static variable in class org.eclipse.swt.SWT
Style constant for modeless behavior (value is 0).
MODIFIER_MASK - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating all possible keyboard modifiers.
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).
Menu - class org.eclipse.swt.widgets.Menu.
Instances of this class are user interface objects that contain menu items.
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.
MenuDetect - Static variable in class org.eclipse.swt.SWT
The menu detect event type (value is 35).
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.
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.
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.
MobileDevice - class org.eclipse.ercp.swt.mobile.MobileDevice.
Instances of this class represent the device that is being used.
MobileDeviceEvent - class org.eclipse.ercp.swt.mobile.MobileDeviceEvent.
Instances of this class are sent as a result of device configuration changes.
MobileDeviceEvent(MobileDevice) - Constructor for class org.eclipse.ercp.swt.mobile.MobileDeviceEvent
Constructs a new instance of this class and associates it with the given mobile device.
MobileDeviceListener - interface org.eclipse.ercp.swt.mobile.MobileDeviceListener.
Classes implementing this interface provide methods that are called when the device configuration is updated.
MobileShell - class org.eclipse.ercp.swt.mobile.MobileShell.
A shell particularly suitable for devices that require dynamic change of trims at run-time.
MobileShell(int) - Constructor for class org.eclipse.ercp.swt.mobile.MobileShell
Constructs a new instance of this class given only the style value describing its behavior and appearance.
MobileShell(Display) - Constructor for class org.eclipse.ercp.swt.mobile.MobileShell
Constructs a new instance of this class given only the display to create it on.
MobileShell(Display, int) - Constructor for class org.eclipse.ercp.swt.mobile.MobileShell
Constructs a new instance of this class given the display to create it on and a style value describing its behavior and appearance.
MobileShell(Display, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.MobileShell
Constructs a new instance of this class given the display to create it on, a style value describing its behavior and appearance, and a status style describing the appearance of a status pane.
Modify - Static variable in class org.eclipse.swt.SWT
The modify event type (value is 24).
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.
MouseDoubleClick - Static variable in class org.eclipse.swt.SWT
The mouse double click event type (value is 8).
MouseDown - Static variable in class org.eclipse.swt.SWT
The mouse down event type (value is 3)
MouseEnter - Static variable in class org.eclipse.swt.SWT
The mouse enter event type (value is 6).
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
The mouse exit event type (value is 7).
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
The mouse move event type (value is 5).
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.
MouseUp - Static variable in class org.eclipse.swt.SWT
The mouse up event type (value is 4).
Move - Static variable in class org.eclipse.swt.SWT
The move event type (value is 10).
MultiPageDialog - class org.eclipse.ercp.swt.mobile.MultiPageDialog.
Instances of this class represents a tabbed dialog.
MultiPageDialog(Shell) - Constructor for class org.eclipse.ercp.swt.mobile.MultiPageDialog
Constructs a new instance of this class given only its parent.
MultiPageDialog(Shell, int) - Constructor for class org.eclipse.ercp.swt.mobile.MultiPageDialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
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.
map(Control, Control, Point) - Method in class org.eclipse.swt.widgets.Display
Maps a point from one coordinate system to another.
map(Control, Control, int, int) - Method in class org.eclipse.swt.widgets.Display
Maps a point from one coordinate system to another.
map(Control, Control, Rectangle) - Method in class org.eclipse.swt.widgets.Display
Maps a point from one coordinate system to another.
map(Control, Control, int, int, int, int) - Method in class org.eclipse.swt.widgets.Display
Maps a point from one coordinate system to another.
marginBottom - Variable in class org.eclipse.swt.layout.FormLayout
marginBottom specifies the number of pixels of vertical margin that will be placed along the bottom edge of the layout.
marginBottom - Variable in class org.eclipse.swt.layout.GridLayout
marginBottom specifies the number of pixels of vertical margin that will be placed along the bottom edge of the layout.
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.swt.layout.FillLayout
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.
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.RowLayout
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.FormLayout
marginLeft specifies the number of pixels of horizontal margin that will be placed along the left edge of the layout.
marginLeft - Variable in class org.eclipse.swt.layout.GridLayout
marginLeft specifies the number of pixels of horizontal margin that will be placed along the left edge 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.FormLayout
marginRight specifies the number of pixels of horizontal margin that will be placed along the right edge of the layout.
marginRight - Variable in class org.eclipse.swt.layout.GridLayout
marginRight specifies the number of pixels of horizontal margin that will be placed along the right 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.FormLayout
marginTop specifies the number of pixels of vertical margin that will be placed along the top edge of the layout.
marginTop - Variable in class org.eclipse.swt.layout.GridLayout
marginTop specifies the number of pixels of vertical margin that will be placed along the top 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.swt.layout.FillLayout
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.
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.RowLayout
marginWidth specifies the number of pixels of horizontal margin that will be placed along the left and right edges of the layout.
maskData - Variable in class org.eclipse.swt.graphics.ImageData
An icon-specific field containing the data from the icon mask.
maskPad - Variable in class org.eclipse.swt.graphics.ImageData
An icon-specific field containing the scanline pad of the mask.
menuHidden(MenuEvent) - Method in interface org.eclipse.swt.events.MenuListener
Sent when a menu is hidden.
menuShown(MenuEvent) - Method in interface org.eclipse.swt.events.MenuListener
Sent when a menu is shown.
minimumHeight - Variable in class org.eclipse.swt.layout.GridData
minimumHeight specifies the minimum height in pixels.
minimumWidth - Variable in class org.eclipse.swt.layout.GridData
minimumWidth specifies the minimum desired width in pixels.
modifyText(ModifyEvent) - Method in interface org.eclipse.swt.events.ModifyListener
Sent when the text is modified.
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.
mouseDown(MouseEvent) - Method in interface org.eclipse.swt.events.MouseListener
Sent when a mouse button is pressed.
mouseMove(MouseEvent) - Method in interface org.eclipse.swt.events.MouseMoveListener
Sent when the mouse moves.
mouseUp(MouseEvent) - Method in interface org.eclipse.swt.events.MouseListener
Sent when a mouse button is released.
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.

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