Uses of Interface
org.eclipse.ui.IEditorSite
Package
Description
Provides a user interface for debug platform source lookup facilities.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Support for forms-based multi-page editors.
Provides the Common Navigator framework.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of IEditorSite in org.eclipse.compare.internal
-
Uses of IEditorSite in org.eclipse.debug.ui.sourcelookup
Modifier and TypeMethodDescriptionvoid
CommonSourceNotFoundEditor.init
(IEditorSite site, IEditorInput input) -
Uses of IEditorSite in org.eclipse.ui
Modifier and TypeMethodDescriptionvoid
IEditorPart.init
(IEditorSite site, IEditorInput input) Initializes this editor with the given editor site and input. -
Uses of IEditorSite in org.eclipse.ui.forms.editor
Modifier and TypeMethodDescriptionvoid
FormEditor.init
(IEditorSite site, IEditorInput input) Overrides super to plug in a different selection provider.void
FormPage.init
(IEditorSite site, IEditorInput input) Initializes the form page. -
Uses of IEditorSite in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
An editor container manages the services for an editor.Modifier and TypeMethodDescriptionvoid
ErrorEditorPart.init
(IEditorSite site, IEditorInput input) -
Uses of IEditorSite in org.eclipse.ui.part
Modifier and TypeClassDescriptionclass
Site for a nested editor within a multi-page editor.Modifier and TypeMethodDescriptionprotected IEditorSite
MultiPageEditorPart.createSite
(IEditorPart editor) Creates the site for the given nested editor.EditorPart.getEditorSite()
Modifier and TypeMethodDescriptionvoid
AbstractMultiEditor.init
(IEditorSite site, IEditorInput input) void
AbstractMultiEditor.init
(IEditorSite site, MultiEditorInput input) abstract void
EditorPart.init
(IEditorSite site, IEditorInput input) void
MultiPageEditorPart.init
(IEditorSite site, IEditorInput input) TheMultiPageEditorPart
implementation of thisIEditorPart
method sets its site to the given site, its input to the given input, and the site's selection provider to aMultiPageSelectionProvider
. -
Uses of IEditorSite in org.eclipse.ui.texteditor
Modifier and TypeMethodDescriptionvoid
AbstractTextEditor.init
(IEditorSite site, IEditorInput input) protected final void
AbstractTextEditor.internalInit
(IWorkbenchWindow window, IEditorSite site, IEditorInput input) Implements theinit
method ofIEditorPart
.