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.ui
Methods 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.ide
Classes in org.eclipse.ui.ide that implement IElementFactoryModifier and TypeClassDescriptionclass
Factory for saving and restoring aFileStoreEditorInput
. -
Uses of IElementFactory in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IElementFactoryModifier and TypeClassDescriptionclass
A 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.part
Classes in org.eclipse.ui.part that implement IElementFactoryModifier and TypeClassDescriptionclass
Factory for saving and restoring aFileEditorInput
.