Get the composite on which any supplemental controls should be drawn.
This will not have a layout set and clients are responsible for setting
the location of child controls manually.
This method must be called in the
BasicSplashHandler.init(org.eclipse.swt.widgets.Shell) method of a subclasses to
ensure proper creation of controls
Please note that the default implementation of this method assumes that
the
IProgressMonitor returned from
BasicSplashHandler.getBundleProgressMonitor() can be safely casted to a
Composite . If this is not the case this method must be
reimplemented to reflect the new progress controls.
See Also: BasicSplashHandler.init(org.eclipse.swt.widgets.Shell) the composite |