Package org.eclipse.draw2d
Class SubordinateUpdateManager
java.lang.Object
org.eclipse.draw2d.UpdateManager
org.eclipse.draw2d.SubordinateUpdateManager
Deprecated.
this class is not used
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GraphicsSource
Deprecated.A graphics sourceprotected IFigure
Deprecated.A root figure. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDirtyRegion
(IFigure f, int x, int y, int w, int h) Deprecated.Adds the dirty region defined by the coordinates on the IFigure figure.void
Deprecated.The receiver should call validate() on the IFigure figure in a timely fashion.protected abstract IFigure
getHost()
Deprecated.Returns the host figure.protected UpdateManager
Deprecated.Returns the superior update manager.void
Deprecated.Forces an update to occur.void
performUpdate
(Rectangle rect) Deprecated.Performs an update on the given exposed rectangle.void
Deprecated.Sets the GraphicsSource for this update manager.void
Deprecated.Sets the root figure.Methods inherited from class org.eclipse.draw2d.UpdateManager
addDirtyRegion, addUpdateListener, dispose, firePainting, fireValidating, isDisposed, paint, performValidation, removeUpdateListener, runWithUpdate
-
Field Details
-
root
Deprecated.A root figure. -
graphicsSource
Deprecated.A graphics source
-
-
Constructor Details
-
SubordinateUpdateManager
public SubordinateUpdateManager()Deprecated.
-
-
Method Details
-
addDirtyRegion
Deprecated.Description copied from class:UpdateManager
Adds the dirty region defined by the coordinates on the IFigure figure. The update manager should repaint the dirty region in a timely fashion.- Specified by:
addDirtyRegion
in classUpdateManager
- Parameters:
f
- the dirty figurex
- the x coordinate of the dirty regiony
- the y coordinate of the dirty regionw
- the width of the dirty regionh
- the height of the dirty region- See Also:
-
addInvalidFigure
Deprecated.Description copied from class:UpdateManager
The receiver should call validate() on the IFigure figure in a timely fashion.- Specified by:
addInvalidFigure
in classUpdateManager
- Parameters:
f
- the invalid figure- See Also:
-
getHost
Deprecated.Returns the host figure.- Returns:
- the host figure
-
getSuperior
Deprecated.Returns the superior update manager.- Returns:
- the superior
-
performUpdate
public void performUpdate()Deprecated.Description copied from class:UpdateManager
Forces an update to occur. Update managers will perform updates automatically, but may do so asynchronously. Calling this method forces a synchronous update.- Specified by:
performUpdate
in classUpdateManager
- See Also:
-
performUpdate
Deprecated.Description copied from class:UpdateManager
Performs an update on the given exposed rectangle.- Specified by:
performUpdate
in classUpdateManager
- Parameters:
rect
- the exposed rectangle- See Also:
-
setRoot
Deprecated.Description copied from class:UpdateManager
Sets the root figure.- Specified by:
setRoot
in classUpdateManager
- Parameters:
f
- the new root figure- See Also:
-
setGraphicsSource
Deprecated.Description copied from class:UpdateManager
Sets the GraphicsSource for this update manager.- Specified by:
setGraphicsSource
in classUpdateManager
- Parameters:
gs
- the new GraphicsSource- See Also:
-