| Abstract base class from which all controls contributions to
the workbench through the 'org.eclipse.ui.menus' extension
point must derive.
The extends the
ControlContribution by adding accessor
methods that provide extra state information about the placement
of the control:
- getWorkbenchWindow() - indicates which workbench window this control
is being hosted by
- getCurSide() - indicates which side of the workbench window the
control is being displayed on
since: 3.3 See Also: ControlContribution |