Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- unhookEventHandler(ClickableEventHandler) - Method in class org.eclipse.draw2d.Clickable
- 
Removes the given ClickableEventHandler containing listeners from this Clickable.
- union(double, double) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- union(double, double) - Method in class org.eclipse.draw2d.geometry.Rectangle
- 
Updates this Rectangle's bounds to the minimum size which can hold both this Rectangle and the coordinate (x,y).
- union(double, double, double, double) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- union(double, double, double, double) - Method in class org.eclipse.draw2d.geometry.Rectangle
- 
Updates this Rectangle's dimensions to the minimum size which can hold both this Rectangle and the rectangle (x, y, w, h).
- union(int, int) - Method in class org.eclipse.draw2d.geometry.Dimension
- 
Sets the width of this Dimension to the greater of this Dimension's width and width.
- union(int, int) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- union(int, int) - Method in class org.eclipse.draw2d.geometry.Rectangle
- 
Updates this Rectangle's bounds to the minimum size which can hold both this Rectangle and the coordinate (x,y).
- union(int, int, int, int) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- union(int, int, int, int) - Method in class org.eclipse.draw2d.geometry.Rectangle
- 
Updates this Rectangle's dimensions to the minimum size which can hold both this Rectangle and the rectangle (x, y, w, h).
- union(Dimension) - Method in class org.eclipse.draw2d.geometry.Dimension
- 
Sets the width of this Dimension to the greater of this Dimension's width and d.width.
- union(Dimension) - Method in class org.eclipse.draw2d.geometry.PrecisionDimension
- union(Dimension) - Method in class org.eclipse.draw2d.geometry.Rectangle
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- union(Point) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- union(Point) - Method in class org.eclipse.draw2d.geometry.Rectangle
- 
Updates this Rectangle's bounds to the minimum size which can hold both this Rectangle and the given Point.
- union(PrecisionRectangle) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- 
Deprecated, for removal: This API element is subject to removal in a future version.UsePrecisionRectangle.union(Rectangle)instead
- union(Rectangle) - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- union(Rectangle) - Method in class org.eclipse.draw2d.geometry.Rectangle
- 
Updates this Rectangle's dimensions to the minimum size which can hold both this Rectangle and the given Rectangle.
- UP_ARROW - Static variable in class org.eclipse.draw2d.ScrollBarLayout
- 
Used as a constraint for the up arrow figure.
- UPARROW - Static variable in class org.eclipse.draw2d.Cursors
- updateCursor() - Method in class org.eclipse.draw2d.EventDispatcher
- 
Updates the cursor.
- updateCursor() - Method in class org.eclipse.draw2d.SWTEventDispatcher
- updateFigureUnderCursor(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
- 
Updates the figure under the cursor, unless the mouse is captured, in which case all mouse events will be routed to the figure that captured the mouse.
- updateHoverSource(MouseEvent) - Method in class org.eclipse.draw2d.SWTEventDispatcher
- 
Updates the figure that will receive hover events.
- updateInts() - Method in class org.eclipse.draw2d.geometry.PrecisionDimension
- 
Deprecated, for removal: This API element is subject to removal in a future version.This method should not be accessed by clients any more (it will be made private in future releases). The update of integer and precision fields is performed automatically ifPrecisionDimension.preciseWidthandPrecisionDimension.preciseHeightfield values are not manipulated directly, but only via respective methods offered by this class.
- updateInts() - Method in class org.eclipse.draw2d.geometry.PrecisionPoint
- 
Deprecated, for removal: This API element is subject to removal in a future version.This method should not be accessed by clients any more (it will be made private in future releases). The update of integer and precision fields is performed automatically ifPrecisionPoint.preciseXandPrecisionPoint.preciseYfield values are not manipulated directly, but only via respective methods offered by this class.
- updateInts() - Method in class org.eclipse.draw2d.geometry.PrecisionRectangle
- 
Deprecated, for removal: This API element is subject to removal in a future version.This method should not be accessed by clients any more (it will be made private in future releases). The update of integer and precision fields is performed automatically ifPrecisionRectangle.preciseX,PrecisionRectangle.preciseY,PrecisionRectangle.preciseWidth, andPrecisionRectangle.preciseHeightfield values are not manipulated directly, but only via respective methods offered by this class.
- UpdateListener - Interface in org.eclipse.draw2d
- 
An interface used to notify listeners that the listened to object is updating.
- UpdateListener.Stub - Class in org.eclipse.draw2d
- 
An empty implementation ofUpdateListenerfor convenience.
- UpdateManager - Class in org.eclipse.draw2d
- 
Update managers handle the job of laying out and repainting figures.
- UpdateManager() - Constructor for class org.eclipse.draw2d.UpdateManager
- updateObstacle(Rectangle, Rectangle) - Method in class org.eclipse.draw2d.graph.ShortestPathRouter
- 
Updates the position of an existing obstacle.
- UpdateRequest() - Constructor for class org.eclipse.draw2d.DeferredUpdateManager.UpdateRequest
- updateToolTip(IFigure, IFigure, int, int) - Method in class org.eclipse.draw2d.ToolTipHelper
- 
Displays the hover source's tooltip if a tooltip of another source is currently being displayed.
- useGraphicsTranslate() - Method in class org.eclipse.draw2d.Viewport
- 
Returnstrueif this viewport uses graphics translation.
- useLocalCoordinates() - Method in class org.eclipse.draw2d.Figure
- 
Returnstrueif this Figure uses local coordinates.
- useLocalCoordinates() - Method in class org.eclipse.draw2d.FreeformViewport
- 
Returnstrue.
- useLocalCoordinates() - Method in class org.eclipse.draw2d.text.BlockFlow
- useScaledGraphics() - Method in interface org.eclipse.draw2d.IScalablePane
- useScaledGraphics() - Method in class org.eclipse.draw2d.ScalableFreeformLayeredPane
- useScaledGraphics() - Method in class org.eclipse.draw2d.ScalableLayeredPane
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Dimension.max(Dimension, Dimension)andRectangle.setSize(Dimension)to implement the desired behavior instead.