Eclipse eRCP
Release 1.1

Uses of Interface
org.eclipse.ui.IWorkbenchWindow

Packages that use IWorkbenchWindow
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.  
 

Uses of IWorkbenchWindow in org.eclipse.ui
 

Methods in org.eclipse.ui that return IWorkbenchWindow
 IWorkbenchWindow IWorkbenchSite.getWorkbenchWindow()
          Returns the workbench org.eclipse.jface.window containing this workbench site.
 IWorkbenchWindow IWorkbenchPage.getWorkbenchWindow()
          Returns the workbench org.eclipse.jface.window of this page.
 IWorkbenchWindow IWorkbench.getActiveWorkbenchWindow()
          Returns the currently active org.eclipse.jface.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 perspectiveId, IAdaptable input)
          Creates and opens a new workbench org.eclipse.jface.window with one page.
 IWorkbenchWindow IWorkbench.openWorkbenchWindow(IAdaptable input)
          Creates and opens a new workbench org.eclipse.jface.window with one page.
 

Methods in org.eclipse.ui with parameters of type IWorkbenchWindow
 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 IWindowListener.windowActivated(IWorkbenchWindow window)
          Notifies this listener that the given org.eclipse.jface.window has been activated.
 void IWindowListener.windowDeactivated(IWorkbenchWindow window)
          Notifies this listener that the given org.eclipse.jface.window has been deactivated.
 void IWindowListener.windowClosed(IWorkbenchWindow window)
          Notifies this listener that the given org.eclipse.jface.window has been closed.
 void IWindowListener.windowOpened(IWorkbenchWindow window)
          Notifies this listener that the given org.eclipse.jface.window has been opened.
 

Uses of IWorkbenchWindow in org.eclipse.ui.application
 

Methods in org.eclipse.ui.application that return IWorkbenchWindow
 IWorkbenchWindow IWorkbenchWindowConfigurer.getWindow()
          Returns the underlying workbench org.eclipse.jface.window.
 

Methods in org.eclipse.ui.application with parameters of type IWorkbenchWindow
 IWorkbenchWindowConfigurer IWorkbenchConfigurer.getWindowConfigurer(IWorkbenchWindow window)
          Returns an object that can be used to configure the given org.eclipse.jface.window.
 


Eclipse eRCP
Release 1.1