Eclipse Platform
2.1

Uses of Interface
org.eclipse.ui.IEditorSite

Packages that use IEditorSite
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of IEditorSite in org.eclipse.ui
 

Methods in org.eclipse.ui that return IEditorSite
 IEditorSite IEditorPart.getEditorSite()
          Returns the site for this editor.
 

Methods in org.eclipse.ui with parameters of type IEditorSite
 void IEditorPart.init(IEditorSite site, IEditorInput input)
          Initializes this editor with the given editor site and input.
 

Uses of IEditorSite in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement IEditorSite
 class MultiPageEditorSite
          Site for a nested editor within a multi-page editor.
 

Methods in org.eclipse.ui.part that return IEditorSite
 IEditorSite EditorPart.getEditorSite()
           
protected  IEditorSite MultiPageEditorPart.createSite(IEditorPart editor)
          Creates the site for the given nested editor.
 

Methods in org.eclipse.ui.part with parameters of type IEditorSite
abstract  void EditorPart.init(IEditorSite site, IEditorInput input)
           
 void MultiPageEditorPart.init(IEditorSite site, IEditorInput input)
          The MultiPageEditorPart implementation of this IEditorPart method sets its site to the given site, its input to the given input, and the site's selection provider to a MultiPageSelectionProvider.
 void MultiEditor.init(IEditorSite site, IEditorInput input)
           
 void MultiEditor.init(IEditorSite site, MultiEditorInput input)
           
 

Uses of IEditorSite in org.eclipse.ui.texteditor
 

Methods in org.eclipse.ui.texteditor with parameters of type IEditorSite
protected  void AbstractTextEditor.internalInit(IWorkbenchWindow window, IEditorSite site, IEditorInput input)
           
 void AbstractTextEditor.init(IEditorSite site, IEditorInput input)
           
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.