Uses of Interface
org.eclipse.ui.IElementFactory
Packages that use IElementFactory
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
APIs for the IDE-specific portion of the Eclipse Platform User Interface.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
- 
Uses of IElementFactory in org.eclipse.uiMethods in org.eclipse.ui that return IElementFactoryModifier and TypeMethodDescriptionIWorkbench.getElementFactory(String factoryId) Returns the element factory with the given id.
- 
Uses of IElementFactory in org.eclipse.ui.ideClasses in org.eclipse.ui.ide that implement IElementFactoryModifier and TypeClassDescriptionclassFactory for saving and restoring aFileStoreEditorInput.
- 
Uses of IElementFactory in org.eclipse.ui.internalClasses in org.eclipse.ui.internal that implement IElementFactoryModifier and TypeClassDescriptionclassA WorkingSetFactory is used to recreate a persisted WorkingSet object.Methods in org.eclipse.ui.internal that return IElementFactoryModifier and TypeMethodDescriptionWorkbench.getElementFactory(String factoryId) WorkbenchPlugin.getElementFactory(String targetID) Answer the element factory for an id, ornull. if not found.
- 
Uses of IElementFactory in org.eclipse.ui.partClasses in org.eclipse.ui.part that implement IElementFactoryModifier and TypeClassDescriptionclassFactory for saving and restoring aFileEditorInput.