Package org.eclipse.draw2d
Class SubordinateUpdateManager
java.lang.Object
org.eclipse.draw2d.UpdateManager
org.eclipse.draw2d.SubordinateUpdateManager
Deprecated.
this class is not used
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected GraphicsSourceDeprecated.A graphics sourceprotected IFigureDeprecated.A root figure.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.UpdateManageraddDirtyRegion, addUpdateListener, dispose, firePainting, fireValidating, isDisposed, paint, performValidation, removeUpdateListener, runWithUpdate
- 
Field Details- 
rootDeprecated.A root figure.
- 
graphicsSourceDeprecated.A graphics source
 
- 
- 
Constructor Details- 
SubordinateUpdateManagerpublic SubordinateUpdateManager()Deprecated.
 
- 
- 
Method Details- 
addDirtyRegionDeprecated.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 class- UpdateManager
- Parameters:
- f- the dirty figure
- x- the x coordinate of the dirty region
- y- the y coordinate of the dirty region
- w- the width of the dirty region
- h- the height of the dirty region
- See Also:
 
- 
addInvalidFigureDeprecated.Description copied from class:UpdateManagerThe receiver should call validate() on the IFigure figure in a timely fashion.- Specified by:
- addInvalidFigurein class- UpdateManager
- Parameters:
- f- the invalid figure
- See Also:
 
- 
getHostDeprecated.Returns the host figure.- Returns:
- the host figure
 
- 
getSuperiorDeprecated.Returns the superior update manager.- Returns:
- the superior
 
- 
performUpdatepublic 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 class- UpdateManager
- See Also:
 
- 
performUpdateDeprecated.Description copied from class:UpdateManagerPerforms an update on the given exposed rectangle.- Specified by:
- performUpdatein class- UpdateManager
- Parameters:
- rect- the exposed rectangle
- See Also:
 
- 
setRootDeprecated.Description copied from class:UpdateManagerSets the root figure.- Specified by:
- setRootin class- UpdateManager
- Parameters:
- f- the new root figure
- See Also:
 
- 
setGraphicsSourceDeprecated.Description copied from class:UpdateManagerSets the GraphicsSource for this update manager.- Specified by:
- setGraphicsSourcein class- UpdateManager
- Parameters:
- gs- the new GraphicsSource
- See Also:
 
 
-