Class 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 Detail

      • ToggleUpdateManager

        public ToggleUpdateManager()
    • Method Detail

      • shouldDisableUpdates

        public boolean shouldDisableUpdates()
        Returns:
        the disableUpdates
      • disableUpdates

        public void disableUpdates()
      • enableUpdates

        public void enableUpdates()
      • performUpdate

        public void performUpdate()
        Overrides:
        performUpdate in class org.eclipse.draw2d.DeferredUpdateManager
      • performValidation

        public void performValidation()
        Overrides:
        performValidation in class org.eclipse.draw2d.DeferredUpdateManager
      • queueWork

        public void queueWork()
        Overrides:
        queueWork in class org.eclipse.draw2d.DeferredUpdateManager