Uses of Class
org.eclipse.draw2d.UpdateManager
Packages that use UpdateManager
Package
Description
Primary package containing general interfaces and implementation classes.
- 
Uses of UpdateManager in org.eclipse.draw2dSubclasses of UpdateManager in org.eclipse.draw2dModifier and TypeClassDescriptionclassAn UpdateManager that asynchronously updates the affected figures.classDeprecated.this class is not usedFields in org.eclipse.draw2d declared as UpdateManagerModifier and TypeFieldDescriptionprotected static final UpdateManagerFigure.NO_MANAGERAn UpdateManager that does nothing.Methods in org.eclipse.draw2d that return UpdateManagerModifier and TypeMethodDescriptionprotected UpdateManagerSubordinateUpdateManager.getSuperior()Deprecated.Returns the superior update manager.Figure.getUpdateManager()IFigure.getUpdateManager()Returns the UpdateManager for this IFigure by reference.LightweightSystem.getUpdateManager()Returns this LightweightSystem's UpdateManager.LightweightSystem.RootFigure.getUpdateManager()Methods in org.eclipse.draw2d with parameters of type UpdateManagerModifier and TypeMethodDescriptionvoidLightweightSystem.setUpdateManager(UpdateManager um) Sets this LightweightSystem's UpdateManager.