Eclipse Platform
2.1

Uses of Interface
org.eclipse.ui.IWorkbenchWindow

Packages that use IWorkbenchWindow
org.eclipse.debug.ui.actions

Provides a set of actions related to running and debugging applications. 

org.eclipse.help.ui.browser Provides an implementation of IWorkbenchWindowActionDelegate for opening a URL in a browser. 
org.eclipse.search.ui Provides classes and interfaces for search pages. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. 
org.eclipse.ui.wizards.newresource Provides the standard wizards for creating files, folders, and projects in the workspace. 
 

Uses of IWorkbenchWindow in org.eclipse.debug.ui.actions
 

Methods in org.eclipse.debug.ui.actions with parameters of type IWorkbenchWindow
 void AbstractLaunchHistoryAction.init(IWorkbenchWindow window)
           
 void OpenLaunchDialogAction.init(IWorkbenchWindow window)
           
 void LaunchAsAction.init(IWorkbenchWindow window)
           
 

Uses of IWorkbenchWindow in org.eclipse.help.ui.browser
 

Methods in org.eclipse.help.ui.browser with parameters of type IWorkbenchWindow
 void LaunchURL.init(IWorkbenchWindow window)
           
 

Uses of IWorkbenchWindow in org.eclipse.search.ui
 

Methods in org.eclipse.search.ui with parameters of type IWorkbenchWindow
static void SearchUI.openSearchDialog(IWorkbenchWindow window, String pageId)
          Opens the search dialog.
 

Uses of IWorkbenchWindow in org.eclipse.ui
 

Methods in org.eclipse.ui that return IWorkbenchWindow
 IWorkbenchWindow IWorkbenchSite.getWorkbenchWindow()
          Returns the workbench window containing this workbench site.
 IWorkbenchWindow IWorkbenchPage.getWorkbenchWindow()
          Returns the workbench window of this page.
 IWorkbenchWindow IWorkbench.getActiveWorkbenchWindow()
          Returns the currently active window for this workbench (if any).
 IWorkbenchWindow[] IWorkbench.getWorkbenchWindows()
          Returns a list of the open main windows associated with this workbench.
 IWorkbenchWindow IWorkbench.openWorkbenchWindow(String perspID, IAdaptable input)
          Creates and opens a new workbench window with one page.
 IWorkbenchWindow IWorkbench.openWorkbenchWindow(IAdaptable input)
          Creates and opens a new workbench window with one page.
 

Methods in org.eclipse.ui with parameters of type IWorkbenchWindow
 void IWindowListener.windowActivated(IWorkbenchWindow window)
          Notifies this listener that the given window has been activated.
 void IWindowListener.windowDeactivated(IWorkbenchWindow window)
          Notifies this listener that the given window has been deactivated.
 void IWindowListener.windowClosed(IWorkbenchWindow window)
          Notifies this listener that the given window has been closed.
 void IWindowListener.windowOpened(IWorkbenchWindow window)
          Notifies this listener that the given window has been opened.
 IWorkbenchPage IWorkbench.showPerspective(String perspectiveId, IWorkbenchWindow window)
          Shows the specified perspective to the user.
 IWorkbenchPage IWorkbench.showPerspective(String perspectiveId, IWorkbenchWindow window, IAdaptable input)
          Shows the specified perspective to the user.
 void IWorkbenchWindowActionDelegate.init(IWorkbenchWindow window)
          Initializes this action delegate with the workbench window it will work in.
 

Uses of IWorkbenchWindow in org.eclipse.ui.actions
 

Methods in org.eclipse.ui.actions that return IWorkbenchWindow
protected  IWorkbenchWindow PerspectiveMenu.getWindow()
          Returns the window for this menu.
 

Constructors in org.eclipse.ui.actions with parameters of type IWorkbenchWindow
NewExampleAction(IWorkbenchWindow window)
          Creates a new action for launching the new project selection wizard.
OpenInNewWindowAction(IWorkbenchWindow window)
          Creates a new OpenInNewWindowAction.
OpenInNewWindowAction(IWorkbenchWindow window, IAdaptable input)
          Creates a new OpenInNewWindowAction.
CreateProjectAction(IWorkbenchWindow window)
          Deprecated. Creates a new action for launching the new project selection wizard.
ExportResourcesAction(IWorkbenchWindow window)
          Create a new instance of this class
ExportResourcesAction(IWorkbenchWindow window, String label)
          Create a new instance of this class
PerspectiveMenu(IWorkbenchWindow window, String id)
          Constructs a new instance of PerspectiveMenu.
OpenNewPageMenu(IWorkbenchWindow window)
          Deprecated. Constructs a new instance of OpenNewPageMenu.
OpenNewPageMenu(IWorkbenchWindow window, IAdaptable input)
          Deprecated. Constructs a new instance of OpenNewPageMenu.
NewWizardAction(IWorkbenchWindow window)
          Create a new instance of this class
NewWizardMenu(IMenuManager innerMgr, IWorkbenchWindow window, boolean register)
          Create a new wizard shortcut menu.
NewWizardMenu(IWorkbenchWindow window)
           
OpenNewWindowMenu(IWorkbenchWindow window)
          Deprecated. Constructs a new instance of OpenNewPageMenu.
OpenNewWindowMenu(IWorkbenchWindow window, IAdaptable input)
          Deprecated. Constructs a new instance of OpenNewPageMenu.
NewProjectAction(IWorkbenchWindow window)
          Creates a new action for launching the new project selection wizard.
GlobalBuildAction(IWorkbenchWindow window, int type)
          Creates a new action of the appropriate type.
OpenPerspectiveMenu(IMenuManager menuManager, IWorkbenchWindow window)
          Deprecated. Constructs a new menu.
OpenPerspectiveMenu(IWorkbenchWindow window)
          Deprecated. Constructs a new instance of OpenNewPageMenu.
OpenPerspectiveMenu(IWorkbenchWindow window, IAdaptable input)
          Deprecated. Constructs a new instance of OpenNewPageMenu.
ImportResourcesAction(IWorkbenchWindow window)
          Create a new instance of this class
 

Uses of IWorkbenchWindow in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part that return IWorkbenchWindow
 IWorkbenchWindow MultiPageEditorSite.getWorkbenchWindow()
          The MultiPageEditorSite implementation of this IWorkbenchPartSite method forwards to the multi-page editor to return the workbench window.
 IWorkbenchWindow PageSite.getWorkbenchWindow()
           
 

Uses of IWorkbenchWindow in org.eclipse.ui.texteditor
 

Methods in org.eclipse.ui.texteditor with parameters of type IWorkbenchWindow
protected  void AbstractTextEditor.internalInit(IWorkbenchWindow window, IEditorSite site, IEditorInput input)
           
 

Constructors in org.eclipse.ui.texteditor with parameters of type IWorkbenchWindow
IncrementalFindAction(ResourceBundle bundle, String prefix, IWorkbenchWindow workbenchWindow, boolean forward)
          Deprecated. use FindReplaceAction(ResourceBundle, String, IWorkbenchPart, boolean) instead
FindNextAction(ResourceBundle bundle, String prefix, IWorkbenchWindow workbenchWindow, boolean forward)
          Deprecated. use FindReplaceAction(ResourceBundle, String, IWorkbenchPart, boolean) instead
FindReplaceAction(ResourceBundle bundle, String prefix, IWorkbenchWindow workbenchWindow)
          Deprecated. use FindReplaceAction(ResourceBundle, String, IWorkbenchPart) instead
 

Uses of IWorkbenchWindow in org.eclipse.ui.views.navigator
 

Methods in org.eclipse.ui.views.navigator that return IWorkbenchWindow
protected  IWorkbenchWindow ResourceNavigatorAction.getWorkbenchWindow()
          Returns the workbench window.
 

Uses of IWorkbenchWindow in org.eclipse.ui.wizards.newresource
 

Methods in org.eclipse.ui.wizards.newresource with parameters of type IWorkbenchWindow
static void BasicNewResourceWizard.selectAndReveal(IResource resource, IWorkbenchWindow window)
          Attempts to select and reveal the specified resource in all parts within the supplied workbench window's active page.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.