public interface IWorkbenchWidget extends IWidget
IWidget
Modifier and Type | Method and Description |
---|---|
void |
init(IWorkbenchWindow workbenchWindow)
Initializes this widget contribution by supplying the
IWorkbenchWindow that it's being hosted in. |
void init(IWorkbenchWindow workbenchWindow)
IWorkbenchWindow
that it's being hosted in.
This method is called after the no argument constructor and before other methods are called.
workbenchWindow
- the current workbenchGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.