public interface IWorkbenchWidget extends IWidget(Code)
Interface used for IWidget's contributed to the
Workbench. Allows the contributed widget to be
informed as to which WorkbenchWindow it's being
hosted in.
See Also: org.eclipse.jface.menus.IWidget since: 3.2
Method Summary
void
init(IWorkbenchWindow workbenchWindow) Initializes this widget contribution by supplying the
IWorkbenchWindow that it's being hosted in.