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

M

markSaveLocation() - Method in class org.eclipse.gef.commands.CommandStack
Marks the last executed or redone Command as the point at which the changes were saved.
MarqueeDragTracker - class org.eclipse.gef.tools.MarqueeDragTracker.
A marqueeSelectionTool that implements the DragTracker interface.
MarqueeDragTracker() - Constructor for class org.eclipse.gef.tools.MarqueeDragTracker
 
MarqueeSelectionTool - class org.eclipse.gef.tools.MarqueeSelectionTool.
A Tool which selects multiple objects inside a rectangular area of a Graphical Viewer.
MarqueeSelectionTool() - Constructor for class org.eclipse.gef.tools.MarqueeSelectionTool
Creates a new MarqueeSelectionTool.
MarqueeToolEntry - class org.eclipse.gef.palette.MarqueeToolEntry.
A palette ToolEntry for a MarqueeSelectionTool.
MarqueeToolEntry() - Constructor for class org.eclipse.gef.palette.MarqueeToolEntry
Creates a new MarqueeToolEntry.
MarqueeToolEntry(String) - Constructor for class org.eclipse.gef.palette.MarqueeToolEntry
Constructor for MarqueeToolEntry.
MarqueeToolEntry(String, String) - Constructor for class org.eclipse.gef.palette.MarqueeToolEntry
Constructor for MarqueeToolEntry.
MAX_FLAG - Static variable in class org.eclipse.gef.editparts.AbstractEditPart
The left-most bit that is reserved by this class for setting flags.
MAX_FLAG - Static variable in class org.eclipse.gef.tools.TargetingTool
The max flag.
MAX_FLAG - Static variable in class org.eclipse.gef.tools.SimpleDragTracker
The maximum bit-mask used as a flag constant.
MAX_FLAG - Static variable in class org.eclipse.gef.tools.SelectionTool
Max flag
MAX_FLAG - Static variable in class org.eclipse.gef.tools.SelectEditPartTracker
Max flag
MAX_FLAG - Static variable in class org.eclipse.gef.tools.DragEditPartsTracker
Max flag
MAX_FLAG - Static variable in class org.eclipse.gef.tools.ConnectionEndpointTracker
The max flag
MAX_FLAG - Static variable in class org.eclipse.gef.tools.AbstractTool
The highest-bit flag being used.
MAX_FLAG - Static variable in class org.eclipse.gef.tools.AbstractConnectionCreationTool
The max flag.
MAX_STATE - Static variable in class org.eclipse.gef.tools.SelectionTool
Max state
MAX_STATE - Static variable in class org.eclipse.gef.tools.AbstractTool
The maximum state flag defined by this class
MAX_STATE - Static variable in class org.eclipse.gef.tools.AbstractConnectionCreationTool
The max state.
MENU_OPEN_CUSTOMIZE_DIALOG - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Cus&tomize..."
MENU_OPEN_SETTINGS_DIALOG - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Settings..."
menuAboutToShow(IMenuManager) - Method in class org.eclipse.gef.ContextMenuProvider
 
MODEL_TYPE_DRAWER - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Drawer"
MODEL_TYPE_GROUP - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Group"
MODEL_TYPE_SEPARATOR - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Separator"
MOUSE_BUTTON_ANY - Static variable in class org.eclipse.gef.tools.AbstractTool
constant used to indicate any of the 3 mouse buttons.
MOUSE_BUTTON1 - Static variable in class org.eclipse.gef.tools.AbstractTool
constant used for mouse button 1.
MOUSE_BUTTON2 - Static variable in class org.eclipse.gef.tools.AbstractTool
constant used for mouse button 2.
MOUSE_BUTTON3 - Static variable in class org.eclipse.gef.tools.AbstractTool
constant used for mouse button 3.
mouseDoubleClick(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a double-click.
mouseDoubleClick(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when the mouse button has been double-clicked on a Viewer.
mouseDoubleClick(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
Forwards the mouse double clicked event to the drag tracker, if one exists.
mouseDoubleClick(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Handles mouse double click events within a viewer.
mouseDown(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a mouse down.
mouseDown(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when the mouse button has been pressed on a Viewer.
mouseDown(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
Forwards the mouse down event to the drag tracker, if one exists.
mouseDown(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Handles mouse down events within a viewer.
mouseDrag(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a mouse drag.
mouseDrag(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when the mouse has been dragged within a Viewer.
mouseDrag(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
Forwards the mouse drag event to the drag tracker, if one exists.
mouseDrag(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Handles mouse drag events within a viewer.
mouseHover(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a mouse hover.
mouseHover(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when the mouse has hovered on a Viewer.
mouseHover(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
Forwards the mouse hover event to the drag tracker, if one exists.
mouseHover(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Handles mouse hover event. within a viewer.
mouseMove(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a mouse move.
mouseMove(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when the mouse has been moved on a Viewer.
mouseMove(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
Forwards the mouse move event to the drag tracker, if one exists.
mouseMove(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Handles mouse moves (if the mouse button is up) within a viewer.
mouseUp(MouseEvent, EditPartViewer) - Method in interface org.eclipse.gef.Tool
Called when a Viewer receives a mouse up.
mouseUp(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.EditDomain
Called when the mouse button has been released on a Viewer.
mouseUp(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.SelectionTool
Forwards the mouse up event to the drag tracker, if one exists.
mouseUp(MouseEvent, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
Handles mouse up within a viewer.
MOVE_DOWN_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Move Do&wn"
MOVE_UP_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "Move &Up"
moveDown(PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteContainer
Moves the given entry down, if possible.
movedPastThreshold() - Method in class org.eclipse.gef.tools.AbstractTool
Returns true if the threshold has been exceeded during a mouse drag.
MoveHandle - class org.eclipse.gef.handles.MoveHandle.
A Handle used for moving GraphicalEditParts.
moveHandle(GraphicalEditPart) - Static method in class org.eclipse.gef.handles.ResizableHandleKit
Returns a new MoveHandle with the given owner.
moveHandle(GraphicalEditPart) - Static method in class org.eclipse.gef.handles.NonResizableHandleKit
Returns a new MoveHandle with the given owner.
MoveHandle(GraphicalEditPart) - Constructor for class org.eclipse.gef.handles.MoveHandle
Creates a MoveHandle for the given GraphicalEditPart using a default Locator.
MoveHandle(GraphicalEditPart, Locator) - Constructor for class org.eclipse.gef.handles.MoveHandle
Creates a MoveHandle for the given GraphicalEditPart using the given Locator.
MoveHandleLocator - class org.eclipse.gef.handles.MoveHandleLocator.
A Locator used to place MoveHandles.
MoveHandleLocator(IFigure) - Constructor for class org.eclipse.gef.handles.MoveHandleLocator
Creates a new MoveHandleLocator and sets its reference figure to ref.
moveUp(PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteContainer
Moves the given entry up, if possible.

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