A part is a high-level object that manages an SWT control. The lifecycle
of a part matches that of its control. The part creates its
control in its constructor, and it performs any cleanup by hooking
a dispose listener on the control.
Returns the part's control. The owner of a part may attach
layout data to this control, and may give the part focus by
calling getControl().setFocus().
the part's control