Liking cljdoc? Tell your friends :D

Logo The SWT WIdget Hierarchy

This page is a quick reference to SWT's Widget class hierarchy.

Top-level highlights

SWT Basics

Composites

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.

Composites

Canvas

Canvas is the superclass of controls that are designed to be be drawn on using a graphics context, or GC.

Canvas

Return to documentation index

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close