|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkbenchWidget
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.
IWidget
Method Summary | |
---|---|
void |
init(IWorkbenchWindow workbenchWindow)
Initializes this widget contribution by supplying the IWorkbenchWindow that it's being hosted in. |
Methods inherited from interface org.eclipse.jface.menus.IWidget |
---|
dispose, fill, fill, fill, fill |
Method Detail |
---|
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
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.