List of usage examples for org.eclipse.jface.menus IWidget interface-usage
From source file org.eclipse.ui.internal.menus.PulldownDelegateWidgetProxy.java
/**
* <p>
* A proxy for a {@link IWorkbenchWindowPulldownDelegate} on a pulldown action
* set action. This delays the class loading until the delegate is really asked
* for information. Asking a proxy for anything (except disposing) will cause
* the proxy to instantiate the proxied delegate.
From source file org.eclipse.ui.menus.IWorkbenchWidget.java
/**
* 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.
*