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 GraphicsSourceDeprecated.A graphics sourceprotected IFigureDeprecated.A root figure. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDirtyRegion(IFigure f, int x, int y, int w, int h) Deprecated.Adds the dirty region defined by the coordinates on the IFigure figure.voidDeprecated.The receiver should call validate() on the IFigure figure in a timely fashion.protected abstract IFiguregetHost()Deprecated.Returns the host figure.protected UpdateManagerDeprecated.Returns the superior update manager.voidDeprecated.Forces an update to occur.voidperformUpdate(Rectangle rect) Deprecated.Performs an update on the given exposed rectangle.voidDeprecated.Sets the GraphicsSource for this update manager.voidDeprecated.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:UpdateManagerAdds 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:
addDirtyRegionin 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:UpdateManagerThe receiver should call validate() on the IFigure figure in a timely fashion.- Specified by:
addInvalidFigurein 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:UpdateManagerForces an update to occur. Update managers will perform updates automatically, but may do so asynchronously. Calling this method forces a synchronous update.- Specified by:
performUpdatein classUpdateManager- See Also:
-
performUpdate
Deprecated.Description copied from class:UpdateManagerPerforms an update on the given exposed rectangle.- Specified by:
performUpdatein classUpdateManager- Parameters:
rect- the exposed rectangle- See Also:
-
setRoot
Deprecated.Description copied from class:UpdateManagerSets the root figure.- Specified by:
setRootin classUpdateManager- Parameters:
f- the new root figure- See Also:
-
setGraphicsSource
Deprecated.Description copied from class:UpdateManagerSets the GraphicsSource for this update manager.- Specified by:
setGraphicsSourcein classUpdateManager- Parameters:
gs- the new GraphicsSource- See Also:
-