Package | Description |
---|---|
org.eclipse.jface.text.revisions |
Provides a revision model and a protocol to display revision information in a vertical ruler column.
|
org.eclipse.jface.text.source |
Provides a framework for connecting document regions
with annotations and for displaying those.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Method and Description |
---|---|
RevisionInformation |
RevisionEvent.getRevisionInformation()
Returns the revision information that has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
IRevisionRulerColumn.setRevisionInformation(RevisionInformation info)
Sets the revision information.
|
Constructor and Description |
---|
RevisionEvent(RevisionInformation information)
Creates a new event.
|
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) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.