Draw2D v2.0

org.eclipse.draw2d
Class DebugLightweightSystem

java.lang.Object
  |
  +--org.eclipse.draw2d.LightweightSystem
        |
        +--org.eclipse.draw2d.DebugLightweightSystem

public class DebugLightweightSystem
extends LightweightSystem


Inner Class Summary
protected  class DebugLightweightSystem.DebugEventHandler
           
 
Inner classes inherited from class org.eclipse.draw2d.LightweightSystem
LightweightSystem.EventHandler, LightweightSystem.RootFigure
 
Constructor Summary
DebugLightweightSystem()
           
DebugLightweightSystem(Canvas c)
           
 
Method Summary
 void setContents(IFigure figure)
          Sets the contents of the LightweightSystem to the passed Figure.
 
Methods inherited from class org.eclipse.draw2d.LightweightSystem
addListeners, controlResized, createEventHandler, createRootFigure, getEventDispatcher, getRootFigure, getUpdateManager, init, paint, setControl, setEventDispatcher, setRootPaneFigure, setUpdateManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugLightweightSystem

public DebugLightweightSystem()

DebugLightweightSystem

public DebugLightweightSystem(Canvas c)
Method Detail

setContents

public void setContents(IFigure figure)
Description copied from class: LightweightSystem
Sets the contents of the LightweightSystem to the passed Figure. This Figure should be the top-level Figure in a draw2d application.
Overrides:
setContents in class LightweightSystem

Draw2D v2.0