Uses of Interface
org.eclipse.ui.application.IWorkbenchConfigurer
Package
Description
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
-
Uses of IWorkbenchConfigurer in org.eclipse.ui.application
Modifier and TypeMethodDescriptionIWorkbenchWindowConfigurer.getWorkbenchConfigurer()
Returns the workbench configurer.protected IWorkbenchConfigurer
WorkbenchAdvisor.getWorkbenchConfigurer()
Returns the workbench configurer for the advisor.Modifier and TypeMethodDescriptionvoid
WorkbenchAdvisor.initialize
(IWorkbenchConfigurer configurer) Performs arbitrary initialization before the workbench starts running.final void
WorkbenchAdvisor.internalBasicInitialize
(IWorkbenchConfigurer configurer) Remembers the configurer and callsinitialize
. -
Uses of IWorkbenchConfigurer in org.eclipse.ui.internal
Modifier and TypeClassDescriptionfinal class
Internal class providing special access for configuring the workbench.