Eclipse Platform
Release 3.2

org.eclipse.ui.menus
Interface IWorkbenchWidget

All Superinterfaces:
IWidget
All Known Implementing Classes:
AbstractWorkbenchTrimWidget

public interface IWorkbenchWidget
extends IWidget

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.

Since:
3.2
See Also:
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

init

public void init(IWorkbenchWindow workbenchWindow)
Initializes this widget contribution by supplying the IWorkbenchWindow that it's being hosted in.

This method is called after the no argument constructor and before other methods are called.

Parameters:
workbenchWindow - the current workbench

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.