This page is a quick reference to SWT's Widget
class hierarchy.
Composites are controls that can contain other controls. Custom controls also usually extend Composite
or Canvas
.
Within SWT, custom controls have a "C" prefix. CBanner
, CCombo
, etc., are examples.
Canvas
is the superclass of controls that are designed to be be drawn on using a graphics context, or GC
.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close