Eclipse Draw2d
2.1

Uses of Class
org.eclipse.draw2d.UpdateManager

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

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.