SWT uses two classes, Tree and TreeItem, to implement tree controls.
Creating Trees
public Tree(Composite parent, int style)
Trees can allow either a single selection or multiple selections.
Tree Styles