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.
|
Modifier and Type | Method and Description |
---|---|
void |
CommonSourceNotFoundEditor.init(IEditorSite site,
IEditorInput input) |
Modifier and Type | Method and Description |
---|---|
IEditorSite |
IEditorPart.getEditorSite()
Returns the site for this editor.
|
Modifier and Type | Method and Description |
---|---|
void |
IEditorPart.init(IEditorSite site,
IEditorInput input)
Initializes this editor with the given editor site and input.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ICommonViewerWorkbenchSite |
CommonViewerSiteFactory.createCommonViewerSite(IEditorSite aEditorSite) |
Modifier and Type | Class and Description |
---|---|
class |
MultiPageEditorSite
Site for a nested editor within a multi-page editor.
|
Modifier and Type | Method and Description |
---|---|
protected IEditorSite |
MultiPageEditorPart.createSite(IEditorPart editor)
Creates the site for the given nested editor.
|
IEditorSite |
EditorPart.getEditorSite() |
Modifier and Type | Method and Description |
---|---|
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,
IEditorInput input) |
void |
AbstractMultiEditor.init(IEditorSite site,
MultiEditorInput input) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTextEditor.init(IEditorSite site,
IEditorInput input) |
protected void |
AbstractTextEditor.internalInit(IWorkbenchWindow window,
IEditorSite site,
IEditorInput input)
Implements the
init method of IEditorPart . |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.