Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Method and Description |
---|---|
protected LightweightSystem |
PopUpHelper.createLightweightSystem()
Creates and returns the LightweightSystem object used by PopUpHelper to
draw upon.
|
protected LightweightSystem |
PopUpHelper.getLightweightSystem()
Returns this PopUpHelper's LightweightSystem.
|
LightweightSystem |
FigureCanvas.getLightweightSystem() |
Constructor and Description |
---|
FigureCanvas(Composite parent,
int style,
LightweightSystem lws)
Constructor
|
FigureCanvas(Composite parent,
LightweightSystem lws)
Constructs a new FigureCanvas with the given parent and
LightweightSystem, using the
FigureCanvas.DEFAULT_STYLES . |
FigureCanvas(int style,
Composite parent,
LightweightSystem lws)
Constructor taking a lightweight system and SWT style, which is used
verbatim.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.