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.draw2d
Subclasses of UpdateManager in org.eclipse.draw2dModifier and TypeClassDescriptionclass
An UpdateManager that asynchronously updates the affected figures.class
Deprecated.this class is not usedFields in org.eclipse.draw2d declared as UpdateManagerModifier and TypeFieldDescriptionprotected static final UpdateManager
Figure.NO_MANAGER
An UpdateManager that does nothing.Methods in org.eclipse.draw2d that return UpdateManagerModifier and TypeMethodDescriptionprotected UpdateManager
SubordinateUpdateManager.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 TypeMethodDescriptionvoid
LightweightSystem.setUpdateManager
(UpdateManager um) Sets this LightweightSystem's UpdateManager.