Package | Description |
---|---|
org.eclipse.jface.text.revisions |
Provides a revision model and a protocol to display revision information in an editor's vertical ruler column.
|
org.eclipse.jface.text.source |
Provides a support for managing annotations attached to a document.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Method and Description |
---|---|
void |
IRevisionRulerColumn.setRevisionInformation(RevisionInformation info)
Sets the revision information.
|
Modifier and Type | Method and Description |
---|---|
void |
LineNumberChangeRulerColumn.setRevisionInformation(RevisionInformation info) |
void |
ChangeRulerColumn.setRevisionInformation(RevisionInformation info) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTextEditor.showRevisionInformation(RevisionInformation info,
String quickDiffProviderId) |
void |
ITextEditorExtension4.showRevisionInformation(RevisionInformation info,
String quickDiffProviderId)
Shows revision information in this editor.
|
void |
AbstractDecoratedTextEditor.showRevisionInformation(RevisionInformation info,
String quickDiffProviderId) |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.