Eclipse Draw2d
2.1

Uses of Interface
org.eclipse.draw2d.GraphicsSource

Packages that use GraphicsSource
org.eclipse.draw2d Most of the Draw2d classes and interfaces reside in this base package. 
 

Uses of GraphicsSource in org.eclipse.draw2d
 

Fields in org.eclipse.draw2d declared as GraphicsSource
protected  GraphicsSource SubordinateUpdateManager.graphicsSource
           
 

Methods in org.eclipse.draw2d with parameters of type GraphicsSource
abstract  void UpdateManager.setGraphicsSource(GraphicsSource gs)
          Sets the GraphicsSource for this update manager.
 void SubordinateUpdateManager.setGraphicsSource(GraphicsSource gs)
           
 void DeferredUpdateManager.setGraphicsSource(GraphicsSource gs)
          Sets the graphics source.
 

Constructors in org.eclipse.draw2d with parameters of type GraphicsSource
DeferredUpdateManager(GraphicsSource gs)
          Constructs a new DererredUpdateManager with the given GraphicsSource.
 


Eclipse Draw2d
2.1

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