Package | Description |
---|---|
org.eclipse.ui.application |
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
|
org.eclipse.ui.presentations |
Modifier and Type | Method and Description |
---|---|
AbstractPresentationFactory |
IWorkbenchWindowConfigurer.getPresentationFactory()
Deprecated.
the presentation factory is now obtained via extension point
and a preference on org.eclipse.ui specifying which one to use;
see IWorkbenchPreferenceConstants.PRESENTATION_FACTORY_ID
|
Modifier and Type | Method and Description |
---|---|
void |
IWorkbenchWindowConfigurer.setPresentationFactory(AbstractPresentationFactory factory)
Deprecated.
the presentation factory is now obtained via extension point
and a preference on org.eclipse.ui specifying which one to use;
see IWorkbenchPreferenceConstants.PRESENTATION_FACTORY_ID
|
Modifier and Type | Class and Description |
---|---|
class |
WorkbenchPresentationFactory
The default presentation factory for the Workbench.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.