Eclipse Draw2d
3.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

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
 
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.
MIN_DIMENSION - Static variable in interface org.eclipse.draw2d.IFigure
The minimum allowable dimension. (5,5)
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
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, int, int, int) - Constructor for class org.eclipse.draw2d.MarginBorder
Constructs a MarginBorder with padding specified by the passed values.
MarginBorder(int) - Constructor for class org.eclipse.draw2d.MarginBorder
Constructs a MarginBorder with equal padding on all sides.
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.
MinCross - class org.eclipse.draw2d.internal.graph.MinCross.
Sweeps up and down the ranks rearranging them so as to reduce edge crossings.
MinCross() - Constructor for class org.eclipse.draw2d.internal.graph.MinCross
 
MinCross(RankSorter) - Constructor for class org.eclipse.draw2d.internal.graph.MinCross
 
MouseEvent - class org.eclipse.draw2d.MouseEvent.
An event caused by the user interacting with the mouse.
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
 
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.
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.
makeGhostShape(Shape) - Static method in class org.eclipse.draw2d.FigureUtilities
Produces a ghosting effect on the shape s.
matchWidth - Variable in class org.eclipse.draw2d.ToolbarLayout
Sets whether children should "stretch" with their container
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.
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.
members - Variable in class org.eclipse.draw2d.internal.graph.InitialRankSolver
 
members - Variable in class org.eclipse.draw2d.internal.graph.TightSpanningTreeSolver
 
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
 
min(Point, Point) - Static method in class org.eclipse.draw2d.geometry.Point
Creates a new Point representing the MIN of two provided Points.
minSize - Variable in class org.eclipse.draw2d.Figure
This Figure's minimum size.
minorAlignment - Variable in class org.eclipse.draw2d.FlowLayout
The alignment along the minor axis.
minorAlignment - Variable in class org.eclipse.draw2d.ToolbarLayout
Alignment of layout
minorSpacing - Variable in class org.eclipse.draw2d.FlowLayout
The spacing along the minor axis.
mixColors(Color, Color, double) - Static method in class org.eclipse.draw2d.FigureUtilities
Mixes the passed Colors and returns the resulting Color.
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 class org.eclipse.draw2d.MouseListener.Stub
 
mouseDoubleClicked(MouseEvent) - Method in interface org.eclipse.draw2d.MouseListener
Called when a mouse button has been double clicked over the listened to object.
mouseDown(MouseEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
mouseDragged(MouseEvent) - Method in class org.eclipse.draw2d.MouseMotionListener.Stub
 
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.
mouseEnter(MouseEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
mouseEntered(MouseEvent) - Method in class org.eclipse.draw2d.MouseMotionListener.Stub
 
mouseEntered(MouseEvent) - Method in interface org.eclipse.draw2d.MouseMotionListener
Called when the mouse has entered the listened to object.
mouseExit(MouseEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
mouseExited(MouseEvent) - Method in class org.eclipse.draw2d.MouseMotionListener.Stub
 
mouseExited(MouseEvent) - Method in interface org.eclipse.draw2d.MouseMotionListener
Called when the mouse has exited the listened to object.
mouseHover(MouseEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
mouseHover(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.
mouseMove(MouseEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 
mouseMoved(MouseEvent) - Method in class org.eclipse.draw2d.MouseMotionListener.Stub
 
mouseMoved(MouseEvent) - Method in interface org.eclipse.draw2d.MouseMotionListener
Called when the mouse has moved over the listened to object.
mousePressed(MouseEvent) - Method in class org.eclipse.draw2d.MouseListener.Stub
 
mousePressed(MouseEvent) - Method in interface org.eclipse.draw2d.MouseListener
Called when a mouse button has been pressed while over the listened to object.
mouseReleased(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.
mouseUp(MouseEvent) - Method in class org.eclipse.draw2d.LightweightSystem.EventHandler
 

Eclipse Draw2d
3.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, 2005. All Rights Reserved.