Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DeferredUpdateManager
An UpdateManager that asynchronously updates the affected figures.
|
class |
SubordinateUpdateManager
Deprecated.
this class is not used
|
Modifier and Type | Field and Description |
---|---|
protected static UpdateManager |
Figure.NO_MANAGER
An UpdateManager that does nothing.
|
Modifier and Type | Method and Description |
---|---|
protected UpdateManager |
SubordinateUpdateManager.getSuperior()
Deprecated.
Returns the superior update manager.
|
UpdateManager |
LightweightSystem.getUpdateManager()
Returns this LightweightSystem's UpdateManager.
|
UpdateManager |
LightweightSystem.RootFigure.getUpdateManager() |
UpdateManager |
Figure.getUpdateManager() |
UpdateManager |
IFigure.getUpdateManager()
Returns the UpdateManager for this IFigure by reference.
|
Modifier and Type | Method and Description |
---|---|
void |
LightweightSystem.setUpdateManager(UpdateManager um)
Sets this LightweightSystem's UpdateManager.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.