Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire