Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.ui.IEditorSite

Packages that use IEditorSite
org.eclipse.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.forms.editor Support for forms-based multi-page editors. 
org.eclipse.ui.navigator Provides the Common Navigator framework. 
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.debug.ui.sourcelookup
 

Methods in org.eclipse.debug.ui.sourcelookup with parameters of type IEditorSite
 void CommonSourceNotFoundEditor. init ( IEditorSite site, IEditorInput input)
           
 

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.forms.editor
 

Methods in org.eclipse.ui.forms.editor with parameters of type IEditorSite
 void FormPage. init ( IEditorSite site, IEditorInput input)
          Initializes the form page.
 void FormEditor. init ( IEditorSite site, IEditorInput input)
          Overrides super to plug in a different selection provider.
 

Uses of IEditorSite in org.eclipse.ui.navigator
 

Methods in org.eclipse.ui.navigator with parameters of type IEditorSite
static  ICommonViewerWorkbenchSite CommonViewerSiteFactory. createCommonViewerSite ( IEditorSite aEditorSite)
           
 

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
protected   IEditorSite MultiPageEditorPart. createSite ( IEditorPart editor)
          Creates the site for the given nested editor.
  IEditorSite EditorPart. getEditorSite ()
           
 

Methods in org.eclipse.ui.part with parameters of type IEditorSite
 void AbstractMultiEditor. init ( IEditorSite site, IEditorInput input)
           
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 AbstractMultiEditor. init ( IEditorSite site, MultiEditorInput input)
           
 

Uses of IEditorSite in org.eclipse.ui.texteditor
 

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


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire