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

M

majorAlignment - Variable in class org.eclipse.draw2d.FlowLayout
The alignment along the major axis.
majorSpacing - Variable in class org.eclipse.draw2d.FlowLayout
The spacing along the major axis.
makeBaseline(int) - Method in class org.eclipse.draw2d.text.LineBox
 
makeBaseline(int) - Method in class org.eclipse.draw2d.text.FlowBox
Used to set the baseline of this FlowBox to the specified value.
makeGhostShape(Shape) - Static method in class org.eclipse.draw2d.FigureUtilities
Produces a ghosting effect on the shape s.
ManhattanConnectionRouter - class org.eclipse.draw2d.ManhattanConnectionRouter.
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 org.eclipse.draw2d.MarginBorder.
A border that provides blank padding.
MarginBorder(Insets) - Constructor for class org.eclipse.draw2d.MarginBorder
Constructs a MarginBorder with dimensions specified by insets.
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.
matchWidth - Variable in class org.eclipse.draw2d.ToolbarLayout
Sets whether children should "stretch" with their container
MAX_DIMENSION - Static variable in interface org.eclipse.draw2d.IFigure
The maximum allowable dimension.
MAX_FLAG - Static variable in class org.eclipse.draw2d.ScrollBar
 
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.ButtonModel
Flags for button states.
max(Point, Point) - Static method in class org.eclipse.draw2d.geometry.Point
Creates a new Point representing the MAX of two provided Points.
maxSize - Variable in class org.eclipse.draw2d.Figure
This Figure's maximum size.
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 interface org.eclipse.draw2d.PositionConstants
Middle (Vertical)
MIDDLE - Static variable in class org.eclipse.draw2d.ConnectionLocator
The middle of the Connection
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 org.eclipse.draw2d.MidpointLocator.
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 - Static variable in interface org.eclipse.draw2d.IFigure
The minimum allowable dimension. (5,5)
min(Point, Point) - Static method in class org.eclipse.draw2d.geometry.Point
Creates a new Point representing the MIN of two provided Points.
minorAlignment - Variable in class org.eclipse.draw2d.ToolbarLayout
Alignment of layout
minorAlignment - Variable in class org.eclipse.draw2d.FlowLayout
The alignment along the minor axis.
minorSpacing - Variable in class org.eclipse.draw2d.FlowLayout
The spacing along the minor axis.
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.
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
 
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
 
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 org.eclipse.draw2d.MouseEvent.
An event caused by the user interacting with the mouse.
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 org.eclipse.draw2d.MouseListener.
A listener interface for receiving mouse button events.
MouseListener.Stub - class org.eclipse.draw2d.MouseListener.Stub.
An empty implementation of MouseListener for convenience.
MouseListener.Stub() - Constructor for class org.eclipse.draw2d.MouseListener.Stub
 
MouseMotionListener - interface org.eclipse.draw2d.MouseMotionListener.
A listener interface for receiving mouse motion events.
MouseMotionListener.Stub - class org.eclipse.draw2d.MouseMotionListener.Stub.
An empty implementation of MouseMotionListener for convenience.
MouseMotionListener.Stub() - Constructor for class org.eclipse.draw2d.MouseMotionListener.Stub
 
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
Flags for button states.
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
 
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
 
mouseUp(MouseEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
MultiLineLabel - class org.eclipse.draw2d.widgets.MultiLineLabel.
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.

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