Uses of Interface
org.eclipse.ui.application.IWorkbenchConfigurer
Packages that use IWorkbenchConfigurer
Package
Description
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
-
Uses of IWorkbenchConfigurer in org.eclipse.ui.application
Methods in org.eclipse.ui.application that return IWorkbenchConfigurerModifier and TypeMethodDescriptionIWorkbenchWindowConfigurer.getWorkbenchConfigurer()Returns the workbench configurer.protected IWorkbenchConfigurerWorkbenchAdvisor.getWorkbenchConfigurer()Returns the workbench configurer for the advisor.Methods in org.eclipse.ui.application with parameters of type IWorkbenchConfigurerModifier and TypeMethodDescriptionvoidWorkbenchAdvisor.initialize(IWorkbenchConfigurer configurer) Performs arbitrary initialization before the workbench starts running.final voidWorkbenchAdvisor.internalBasicInitialize(IWorkbenchConfigurer configurer) Remembers the configurer and callsinitialize. -
Uses of IWorkbenchConfigurer in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IWorkbenchConfigurerModifier and TypeClassDescriptionfinal classInternal class providing special access for configuring the workbench.Methods in org.eclipse.ui.internal that return IWorkbenchConfigurer