Index

A B C D E F G H I K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

M

majorAlignment - Variable in class org.eclipse.draw2d.FlowLayout
majorSpacing - Variable in class org.eclipse.draw2d.FlowLayout
makeColumnsEqualWidth - Variable in class org.eclipse.draw2d.GridLayout
makeColumnsEqualWidth specifies whether all columns in the layout will be forced to have the same width.
makeGhostShape(Shape) - Static method in class org.eclipse.draw2d.FigureUtilities
Produces a ghosting effect on the shape s.
ManhattanConnectionRouter - Class in org.eclipse.draw2d
Provides a Connection with an orthogonal route between the Connection's source and target anchors.
ManhattanConnectionRouter() - Constructor for class org.eclipse.draw2d.ManhattanConnectionRouter
 
MarginBorder - Class in org.eclipse.draw2d
A border that provides blank padding.
MarginBorder(int) - Constructor for class org.eclipse.draw2d.MarginBorder
Constructs a MarginBorder with equal padding on all sides.
MarginBorder(int, int, int, int) - Constructor for class org.eclipse.draw2d.MarginBorder
Constructs a MarginBorder with padding specified by the passed values.
MarginBorder(Insets) - Constructor for class org.eclipse.draw2d.MarginBorder
Constructs a MarginBorder with dimensions specified by insets.
marginHeight - Variable in class org.eclipse.draw2d.GridLayout
marginHeight specifies the number of pixels of vertical margin that will be placed along the top and bottom edges of the layout.
marginWidth - Variable in class org.eclipse.draw2d.GridLayout
marginWidth specifies the number of pixels of horizontal margin that will be placed along the left and right edges of the layout.
markBegin() - Static method in class org.eclipse.draw2d.Animation
Marks the beginning of the animation process.
matchWidth - Variable in class org.eclipse.draw2d.ToolbarLayout
max(Dimension, Dimension) - Static method in class org.eclipse.draw2d.geometry.Dimension
Creates a new Dimension representing the MAX of two provided Dimensions.
max(Point, Point) - Static method in class org.eclipse.draw2d.geometry.Point
Creates a new Point representing the MAX of two provided Points.
MAX_DIMENSION - Static variable in interface org.eclipse.draw2d.IFigure
The maximum allowable dimension
MAX_FLAG - Static variable in class org.eclipse.draw2d.ButtonModel
Flag that can be used by subclasses to define more states
MAX_FLAG - Static variable in class org.eclipse.draw2d.Clickable
The highest reserved flag used by this class
MAX_FLAG - Static variable in class org.eclipse.draw2d.Figure
The largest flag defined in this class.
MAX_FLAG - Static variable in class org.eclipse.draw2d.ScrollBar
 
maxSize - Variable in class org.eclipse.draw2d.Figure
This Figure's maximum size.
maxWidth - Variable in class org.eclipse.draw2d.FlowLayout.WorkingData
 
medianIncoming() - Method in class org.eclipse.draw2d.graph.VirtualNode
Deprecated.
Returns the index of VirtualNode.prev.
medianOutgoing() - Method in class org.eclipse.draw2d.graph.VirtualNode
Deprecated.
Returns the index of VirtualNode.next.
members - Variable in class org.eclipse.draw2d.graph.Subgraph
The children of this subgraph.
menuBackground - Static variable in interface org.eclipse.draw2d.ColorConstants
 
menuBackgroundSelected - Static variable in interface org.eclipse.draw2d.ColorConstants
 
menuForeground - Static variable in interface org.eclipse.draw2d.ColorConstants
 
menuForegroundSelected - Static variable in interface org.eclipse.draw2d.ColorConstants
 
MIDDLE - Static variable in class org.eclipse.draw2d.ConnectionLocator
The middle of the Connection
MIDDLE - Static variable in interface org.eclipse.draw2d.PositionConstants
Middle (Vertical)
MIDPOINT - Static variable in class org.eclipse.draw2d.ConnectionLocator
Deprecated.
Use ConnectionLocator.MIDDLE instead, since the location is not the midpoint of a line-segment, but the middle of a polyline.
MidpointLocator - Class in org.eclipse.draw2d
A ConnectionLocator that is used to place figures at the midpoint between two points on a Connection.
MidpointLocator(Connection, int) - Constructor for class org.eclipse.draw2d.MidpointLocator
Constructs a MidpointLocator with associated Connection c and index i.
min(Dimension, Dimension) - Static method in class org.eclipse.draw2d.geometry.Dimension
Creates a new Dimension representing the MIN of two provided Dimensions.
min(Insets, Insets) - Static method in class org.eclipse.draw2d.geometry.Insets
Creates a new minimal Insets using the distances of the given arguments.
min(Point, Point) - Static method in class org.eclipse.draw2d.geometry.Point
Creates a new Point representing the MIN of two provided Points.
MIN_DIMENSION - Static variable in interface org.eclipse.draw2d.IFigure
The minimum allowable dimension. (5,5)
minorAlignment - Variable in class org.eclipse.draw2d.OrderedLayout
minorSpacing - Variable in class org.eclipse.draw2d.FlowLayout
minSize - Variable in class org.eclipse.draw2d.Figure
This Figure's minimum size.
mixColors(Color, Color) - Static method in class org.eclipse.draw2d.FigureUtilities
Mixes the passed Colors and returns the resulting Color.
mixColors(Color, Color, double) - Static method in class org.eclipse.draw2d.FigureUtilities
Mixes the passed Colors and returns the resulting Color.
mouseDoubleClick(MouseEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
mouseDoubleClicked(MouseEvent) - Method in interface org.eclipse.draw2d.MouseListener
Called when a mouse button has been double clicked over the listened to object.
mouseDoubleClicked(MouseEvent) - Method in class org.eclipse.draw2d.MouseListener.Stub
 
mouseDoubleClicked(MouseEvent) - Method in class org.eclipse.draw2d.ScrollBar.ThumbDragger
 
mouseDown(MouseEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
mouseDragged(MouseEvent) - Method in interface org.eclipse.draw2d.MouseMotionListener
Called when the mouse has moved over the listened to object while a button was pressed.
mouseDragged(MouseEvent) - Method in class org.eclipse.draw2d.MouseMotionListener.Stub
 
mouseDragged(MouseEvent) - Method in class org.eclipse.draw2d.ScrollBar.ThumbDragger
 
mouseEnter(MouseEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
mouseEntered(MouseEvent) - Method in interface org.eclipse.draw2d.MouseMotionListener
Called when the mouse has entered the listened to object.
mouseEntered(MouseEvent) - Method in class org.eclipse.draw2d.MouseMotionListener.Stub
 
MouseEvent - Class in org.eclipse.draw2d
An event caused by the user interacting with the mouse.
MouseEvent(int, int, EventDispatcher, IFigure, int, int) - Constructor for class org.eclipse.draw2d.MouseEvent
MouseEvent(EventDispatcher, IFigure, MouseEvent) - Constructor for class org.eclipse.draw2d.MouseEvent
Constructs a new MouseEvent.
mouseExit(MouseEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
mouseExited(MouseEvent) - Method in interface org.eclipse.draw2d.MouseMotionListener
Called when the mouse has exited the listened to object.
mouseExited(MouseEvent) - Method in class org.eclipse.draw2d.MouseMotionListener.Stub
 
mouseHover(MouseEvent) - Method in interface org.eclipse.draw2d.MouseMotionListener
Called when the mouse hovers over the listened to object.
mouseHover(MouseEvent) - Method in class org.eclipse.draw2d.MouseMotionListener.Stub
 
mouseHover(MouseEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
MouseListener - Interface in org.eclipse.draw2d
A listener interface for receiving mouse button events.
MouseListener.Stub - Class in org.eclipse.draw2d
An empty implementation of MouseListener for convenience.
MouseMotionListener - Interface in org.eclipse.draw2d
A listener interface for receiving mouse motion events.
MouseMotionListener.Stub - Class in org.eclipse.draw2d
An empty implementation of MouseMotionListener for convenience.
mouseMove(MouseEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
mouseMoved(MouseEvent) - Method in interface org.eclipse.draw2d.MouseMotionListener
Called when the mouse has moved over the listened to object.
mouseMoved(MouseEvent) - Method in class org.eclipse.draw2d.MouseMotionListener.Stub
 
MOUSEOVER_FLAG - Static variable in class org.eclipse.draw2d.ButtonModel
Flag for mouseOver state
MOUSEOVER_PROPERTY - Static variable in class org.eclipse.draw2d.ButtonModel
Mouseover property
mousePressed(MouseEvent) - Method in interface org.eclipse.draw2d.MouseListener
Called when a mouse button has been pressed while over the listened to object.
mousePressed(MouseEvent) - Method in class org.eclipse.draw2d.MouseListener.Stub
 
mousePressed(MouseEvent) - Method in class org.eclipse.draw2d.ScrollBar.ThumbDragger
 
mouseReleased(MouseEvent) - Method in interface org.eclipse.draw2d.MouseListener
Called when a pressed mouse button has been released.
mouseReleased(MouseEvent) - Method in class org.eclipse.draw2d.MouseListener.Stub
 
mouseReleased(MouseEvent) - Method in class org.eclipse.draw2d.ScrollBar.ThumbDragger
 
mouseUp(MouseEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
MultiLineLabel - Class in org.eclipse.draw2d.widgets
A widget for displaying a multi-line string.
MultiLineLabel(Composite) - Constructor for class org.eclipse.draw2d.widgets.MultiLineLabel
Constructs a new MultiLineLabel with the given parent.
A B C D E F G H I K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form