Class ToggleUpdateManager
- java.lang.Object
-
- org.eclipse.draw2d.UpdateManager
-
- org.eclipse.draw2d.DeferredUpdateManager
-
- com._1c.g5.v8.dt.common.gef.drow2d.ToggleUpdateManager
-
public class ToggleUpdateManager extends org.eclipse.draw2d.DeferredUpdateManager
An UpdateManager that asynchronously updates the affected figures and can stop for the grouping of the changes.
-
-
Constructor Summary
Constructors Constructor Description ToggleUpdateManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
disableUpdates()
void
enableUpdates()
void
performUpdate()
void
performValidation()
void
queueWork()
boolean
shouldDisableUpdates()
-
Methods inherited from class org.eclipse.draw2d.DeferredUpdateManager
addDirtyRegion, addInvalidFigure, getGraphics, paint, performUpdate, releaseGraphics, repairDamage, runWithUpdate, sendUpdateRequest, setGraphicsSource, setRoot, validateFigures
-
-
-
-
Method Detail
-
shouldDisableUpdates
public boolean shouldDisableUpdates()
- Returns:
- the disableUpdates
-
disableUpdates
public void disableUpdates()
-
enableUpdates
public void enableUpdates()
-
performUpdate
public void performUpdate()
- Overrides:
performUpdate
in classorg.eclipse.draw2d.DeferredUpdateManager
-
performValidation
public void performValidation()
- Overrides:
performValidation
in classorg.eclipse.draw2d.DeferredUpdateManager
-
queueWork
public void queueWork()
- Overrides:
queueWork
in classorg.eclipse.draw2d.DeferredUpdateManager
-
-