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 workbench
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.