Uses of Interface
org.eclipse.ui.IEditorSite
-
Packages that use IEditorSite Package Description 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 Modifier and Type Method Description voidCommonSourceNotFoundEditor. init(IEditorSite site, IEditorInput input) -
Uses of IEditorSite in org.eclipse.ui
Methods in org.eclipse.ui that return IEditorSite Modifier and Type Method Description IEditorSiteIEditorPart. getEditorSite()Returns the site for this editor.Methods in org.eclipse.ui with parameters of type IEditorSite Modifier and Type Method Description voidIEditorPart. 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 Modifier and Type Method Description voidFormEditor. 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.navigator
Methods in org.eclipse.ui.navigator with parameters of type IEditorSite Modifier and Type Method Description static ICommonViewerWorkbenchSiteCommonViewerSiteFactory. createCommonViewerSite(IEditorSite aEditorSite) -
Uses of IEditorSite in org.eclipse.ui.part
Classes in org.eclipse.ui.part that implement IEditorSite Modifier and Type Class Description classMultiPageEditorSiteSite for a nested editor within a multi-page editor.Methods in org.eclipse.ui.part that return IEditorSite Modifier and Type Method Description protected IEditorSiteMultiPageEditorPart. createSite(IEditorPart editor)Creates the site for the given nested editor.IEditorSiteEditorPart. getEditorSite()Methods in org.eclipse.ui.part with parameters of type IEditorSite Modifier and Type Method Description voidAbstractMultiEditor. 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.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type IEditorSite Modifier and Type Method Description voidAbstractTextEditor. init(IEditorSite site, IEditorInput input)protected voidAbstractTextEditor. internalInit(IWorkbenchWindow window, IEditorSite site, IEditorInput input)Implements theinitmethod ofIEditorPart.
-