Uses of Interface
org.eclipse.ui.application.IWorkbenchWindowConfigurer
-
Packages that use IWorkbenchWindowConfigurer Package Description 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 Modifier and Type Method Description IWorkbenchWindowConfigurerIActionBarConfigurer. getWindowConfigurer()Returns the workbench window configurer for the window containing this configurer's action bars.IWorkbenchWindowConfigurerIWorkbenchConfigurer. getWindowConfigurer(IWorkbenchWindow window)Returns an object that can be used to configure the given window.protected IWorkbenchWindowConfigurerWorkbenchWindowAdvisor. getWindowConfigurer()Returns the workbench window configurer.IWorkbenchWindowConfigurerIWorkbenchConfigurer. restoreWorkbenchWindow(IMemento memento)Restores a workbench window from the given memento.Methods in org.eclipse.ui.application with parameters of type IWorkbenchWindowConfigurer Modifier and Type Method Description voidWorkbenchAdvisor. createWindowContents(IWorkbenchWindowConfigurer configurer, Shell shell)Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.createWindowContents(Shell)insteadWorkbenchWindowAdvisorWorkbenchAdvisor. createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer configurer)Creates a new workbench window advisor for configuring a new workbench window via the given workbench window configurer.booleanWorkbenchAdvisor. isApplicationMenu(IWorkbenchWindowConfigurer configurer, String menuId)Deprecated.since 3.1, overrideActionBarAdvisor.isApplicationMenu(String)insteadvoidWorkbenchAdvisor. openIntro(IWorkbenchWindowConfigurer configurer)Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.openIntro()insteadvoidWorkbenchAdvisor. postWindowClose(IWorkbenchWindowConfigurer configurer)Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.postWindowClose()insteadvoidWorkbenchAdvisor. postWindowCreate(IWorkbenchWindowConfigurer configurer)Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.postWindowCreate()insteadvoidWorkbenchAdvisor. postWindowOpen(IWorkbenchWindowConfigurer configurer)Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.postWindowOpen()insteadvoidWorkbenchAdvisor. postWindowRestore(IWorkbenchWindowConfigurer configurer)Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.postWindowRestore()insteadvoidWorkbenchAdvisor. preWindowOpen(IWorkbenchWindowConfigurer configurer)Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.preWindowOpen()insteadbooleanWorkbenchAdvisor. preWindowShellClose(IWorkbenchWindowConfigurer configurer)Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.preWindowShellClose()insteadConstructors in org.eclipse.ui.application with parameters of type IWorkbenchWindowConfigurer Constructor Description WorkbenchWindowAdvisor(IWorkbenchWindowConfigurer configurer)Creates a new workbench window advisor for configuring a workbench window via the given workbench window configurer.
-