Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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
protected   IWorkbenchWindowConfigurer WorkbenchWindowAdvisor. getWindowConfigurer ()
          Returns the workbench window configurer.
  IWorkbenchWindowConfigurer IActionBarConfigurer. getWindowConfigurer ()
          Returns the workbench window configurer for the window containing this configurer's action bars.
  IWorkbenchWindowConfigurer IWorkbenchConfigurer. getWindowConfigurer ( IWorkbenchWindow window)
          Returns an object that can be used to configure the given window.
  IWorkbenchWindowConfigurer IWorkbenchConfigurer. restoreWorkbenchWindow ( IMemento memento)
          Restores a workbench window from the given memento.
 

Methods in org.eclipse.ui.application with parameters of type IWorkbenchWindowConfigurer
 void WorkbenchAdvisor. createWindowContents ( IWorkbenchWindowConfigurer configurer, Shell shell)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.createWindowContents(Shell) instead
  WorkbenchWindowAdvisor WorkbenchAdvisor. createWorkbenchWindowAdvisor ( IWorkbenchWindowConfigurer configurer)
          Creates a new workbench window advisor for configuring a new workbench window via the given workbench window configurer.
 boolean WorkbenchAdvisor. isApplicationMenu ( IWorkbenchWindowConfigurer configurer, String menuId)
          Deprecated. since 3.1, override ActionBarAdvisor.isApplicationMenu(String) instead
 void WorkbenchAdvisor. openIntro ( IWorkbenchWindowConfigurer configurer)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.openIntro() instead
 void WorkbenchAdvisor. postWindowClose ( IWorkbenchWindowConfigurer configurer)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.postWindowClose() instead
 void WorkbenchAdvisor. postWindowCreate ( IWorkbenchWindowConfigurer configurer)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.postWindowCreate() instead
 void WorkbenchAdvisor. postWindowOpen ( IWorkbenchWindowConfigurer configurer)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.postWindowOpen() instead
 void WorkbenchAdvisor. postWindowRestore ( IWorkbenchWindowConfigurer configurer)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.postWindowRestore() instead
 void WorkbenchAdvisor. preWindowOpen ( IWorkbenchWindowConfigurer configurer)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.preWindowOpen() instead
 boolean WorkbenchAdvisor. preWindowShellClose ( IWorkbenchWindowConfigurer configurer)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.preWindowShellClose() instead
 

Constructors in org.eclipse.ui.application with parameters of type IWorkbenchWindowConfigurer
WorkbenchWindowAdvisor ( IWorkbenchWindowConfigurer configurer)
          Creates a new workbench window advisor for configuring a workbench window via the given workbench window configurer.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire