Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.ui.application.IWorkbenchWindowConfigurer

Packages that use IWorkbenchWindowConfigurer
org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.  
 

Uses of IWorkbenchWindowConfigurer in org.eclipse.ui.application
 

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

Methods in org.eclipse.ui.application with parameters of type IWorkbenchWindowConfigurer
 void WorkbenchAdvisor.preWindowOpen(IWorkbenchWindowConfigurer configurer)
          Performs arbitrary actions before the given workbench window is opened.
 void WorkbenchAdvisor.postWindowRestore(IWorkbenchWindowConfigurer configurer)
          Performs arbitrary actions after the given workbench window has been restored, but before it is opened.
 void WorkbenchAdvisor.openIntro(IWorkbenchWindowConfigurer configurer)
          Opens the introduction componenet.
 void WorkbenchAdvisor.postWindowCreate(IWorkbenchWindowConfigurer configurer)
          Performs arbitrary actions after the given workbench window has been created (possibly after being restored), but has not yet been opened.
 void WorkbenchAdvisor.postWindowOpen(IWorkbenchWindowConfigurer configurer)
          Performs arbitrary actions after the given workbench window has been opened (possibly after being restored).
 boolean WorkbenchAdvisor.preWindowShellClose(IWorkbenchWindowConfigurer configurer)
          Performs arbitrary actions as the given workbench window's shell is being closed directly, and possibly veto the close.
 void WorkbenchAdvisor.postWindowClose(IWorkbenchWindowConfigurer configurer)
          Performs arbitrary actions after the given workbench window is closed.
 boolean WorkbenchAdvisor.isApplicationMenu(IWorkbenchWindowConfigurer configurer, String menuId)
          Returns whether the menu with the given id is an application menu of the given window.
 void WorkbenchAdvisor.createWindowContents(IWorkbenchWindowConfigurer configurer, Shell shell)
          Creates the contents of the window.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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