Package | Description |
---|---|
org.eclipse.team.ui.history |
Application programming interfaces for working with history.
|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.editors.text |
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.
|
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
Constructor and Description |
---|
RevisionAnnotationController(IWorkbenchPage page,
IStorageEditorInput editorInput,
ISelectionProvider historyList)
Create a controller that links an editor input on a remote file to a history list.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IFileEditorInput
This interface defines a file-oriented input to an editor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StorageDocumentProvider.updateCache(IStorageEditorInput input)
Updates the internal cache for the given input.
|
Modifier and Type | Class and Description |
---|---|
class |
FileEditorInput
Adapter for making a file resource a suitable input for an editor.
|
class |
FileInPlaceEditorInput
Adapter for making a file resource a suitable input for an in-place editor.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.