Uses of Interface
org.eclipse.ui.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
Modifier and TypeMethodDescriptionIWorkbench.getElementFactory
(String factoryId) Returns the element factory with the given id. -
Uses of IElementFactory in org.eclipse.ui.ide
Modifier and TypeClassDescriptionclass
Factory for saving and restoring aFileStoreEditorInput
. -
Uses of IElementFactory in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
A WorkingSetFactory is used to recreate a persisted WorkingSet object.Modifier 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
Modifier and TypeClassDescriptionclass
Factory for saving and restoring aFileEditorInput
.