org.eclipse.draw2d
Class DebugLightweightSystem
java.lang.Object
|
+--org.eclipse.draw2d.LightweightSystem
|
+--org.eclipse.draw2d.DebugLightweightSystem
- public class DebugLightweightSystem
- extends LightweightSystem
|
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 |
DebugLightweightSystem
public DebugLightweightSystem()
DebugLightweightSystem
public DebugLightweightSystem(Canvas c)
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