Uses of Interface
org.eclipse.ui.IEditorSite
Packages that use 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.internalMethods in org.eclipse.compare.internal with parameters of type IEditorSite
- 
Uses of IEditorSite in org.eclipse.debug.ui.sourcelookupMethods in org.eclipse.debug.ui.sourcelookup with parameters of type IEditorSiteModifier and TypeMethodDescriptionvoidCommonSourceNotFoundEditor.init(IEditorSite site, IEditorInput input) 
- 
Uses of IEditorSite in org.eclipse.uiMethods in org.eclipse.ui that return IEditorSiteMethods in org.eclipse.ui with parameters of type IEditorSiteModifier and TypeMethodDescriptionvoidIEditorPart.init(IEditorSite site, IEditorInput input) Initializes this editor with the given editor site and input.
- 
Uses of IEditorSite in org.eclipse.ui.forms.editorMethods in org.eclipse.ui.forms.editor with parameters of type IEditorSiteModifier and TypeMethodDescriptionvoidFormEditor.init(IEditorSite site, IEditorInput input) Overrides super to plug in a different selection provider.voidFormPage.init(IEditorSite site, IEditorInput input) Initializes the form page.
- 
Uses of IEditorSite in org.eclipse.ui.internalClasses in org.eclipse.ui.internal that implement IEditorSiteModifier and TypeClassDescriptionclassAn editor container manages the services for an editor.Methods in org.eclipse.ui.internal with parameters of type IEditorSiteModifier and TypeMethodDescriptionvoidErrorEditorPart.init(IEditorSite site, IEditorInput input) 
- 
Uses of IEditorSite in org.eclipse.ui.partClasses in org.eclipse.ui.part that implement IEditorSiteModifier and TypeClassDescriptionclassSite for a nested editor within a multi-page editor.Methods in org.eclipse.ui.part that return IEditorSiteModifier and TypeMethodDescriptionprotected IEditorSiteMultiPageEditorPart.createSite(IEditorPart editor) Creates the site for the given nested editor.EditorPart.getEditorSite()Methods in org.eclipse.ui.part with parameters of type IEditorSiteModifier and TypeMethodDescriptionvoidAbstractMultiEditor.init(IEditorSite site, IEditorInput input) voidAbstractMultiEditor.init(IEditorSite site, MultiEditorInput input) abstract voidEditorPart.init(IEditorSite site, IEditorInput input) voidMultiPageEditorPart.init(IEditorSite site, IEditorInput input) TheMultiPageEditorPartimplementation of thisIEditorPartmethod 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.texteditorMethods in org.eclipse.ui.texteditor with parameters of type IEditorSiteModifier and TypeMethodDescriptionvoidAbstractTextEditor.init(IEditorSite site, IEditorInput input) protected final voidAbstractTextEditor.internalInit(IWorkbenchWindow window, IEditorSite site, IEditorInput input) Implements theinitmethod ofIEditorPart.