Uses of Class
org.eclipse.draw2d.LightweightSystem
Packages that use LightweightSystem
Package
Description
Primary package containing general interfaces and implementation classes.
-
Uses of LightweightSystem in org.eclipse.draw2d
Methods in org.eclipse.draw2d that return LightweightSystemModifier and TypeMethodDescriptionprotected LightweightSystem
PopUpHelper.createLightweightSystem()
Creates and returns the LightweightSystem object used by PopUpHelper to draw upon.FigureCanvas.getLightweightSystem()
protected LightweightSystem
PopUpHelper.getLightweightSystem()
Returns this PopUpHelper's LightweightSystem.Constructors in org.eclipse.draw2d with parameters of type LightweightSystemModifierConstructorDescriptionFigureCanvas
(int style, Composite parent, LightweightSystem lws) Constructor taking a lightweight system and SWT style, which is used verbatim.FigureCanvas
(Composite parent, int style, LightweightSystem lws) ConstructorFigureCanvas
(Composite parent, LightweightSystem lws) Constructs a new FigureCanvas with the given parent and LightweightSystem, using theFigureCanvas.DEFAULT_STYLES
.