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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |