|
Eclipse Draw2d 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateManager | |
org.eclipse.draw2d | Most of the Draw2d classes and interfaces reside in this base package. |
Uses of UpdateManager in org.eclipse.draw2d |
Subclasses of UpdateManager in org.eclipse.draw2d | |
class |
DeferredUpdateManager
An UpdateManager that asynchronously updates the affected figures. |
class |
SubordinateUpdateManager
|
Fields in org.eclipse.draw2d declared as UpdateManager | |
protected static UpdateManager |
Figure.NO_MANAGER
An UpdateManager that does nothing. |
Methods in org.eclipse.draw2d that return UpdateManager | |
protected UpdateManager |
SubordinateUpdateManager.getSuperior()
|
UpdateManager |
LightweightSystem.getUpdateManager()
Returns this LightweightSystem's UpdateManager. |
UpdateManager |
LightweightSystem.RootFigure.getUpdateManager()
|
UpdateManager |
IFigure.getUpdateManager()
Returns the UpdateManager for this IFigure by reference. |
UpdateManager |
Figure.getUpdateManager()
|
Methods in org.eclipse.draw2d with parameters of type UpdateManager | |
void |
LightweightSystem.setUpdateManager(UpdateManager um)
Sets this LightweightSystem's UpdateManager. |
|
Eclipse Draw2d 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |