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.
|
Modifier and Type | Method and Description |
---|---|
void |
IRevisionRulerColumnExtension.addRevisionListener(IRevisionListener listener)
Adds a revision listener that will be notified when the displayed revision information
changes.
|
void |
IRevisionRulerColumnExtension.removeRevisionListener(IRevisionListener listener)
Removes a previously registered revision listener; nothing happens if
listener
was not registered with the receiver. |
Modifier and Type | Method and Description |
---|---|
void |
LineNumberChangeRulerColumn.addRevisionListener(IRevisionListener listener) |
void |
LineNumberChangeRulerColumn.removeRevisionListener(IRevisionListener listener) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.