Package | Description |
---|---|
org.eclipse.jface.text.source |
Provides a framework for connecting document regions
with annotations and for displaying those.
|
org.eclipse.jface.text.source.projection |
This package provides the UI part for projection documents of which the most important part is the projection viewer.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Class and Description |
---|---|
class |
OverviewRuler
Ruler presented next to a source viewer showing all annotations of the viewer's annotation model
in a compact format.
|
Constructor and Description |
---|
SourceViewer(Composite parent,
IVerticalRuler verticalRuler,
IOverviewRuler overviewRuler,
boolean showAnnotationsOverview,
int styles)
Constructs a new source viewer.
|
Constructor and Description |
---|
ProjectionViewer(Composite parent,
IVerticalRuler ruler,
IOverviewRuler overviewRuler,
boolean showsAnnotationOverview,
int styles)
Creates a new projection source viewer.
|
Modifier and Type | Field and Description |
---|---|
protected IOverviewRuler |
AbstractDecoratedTextEditor.fOverviewRuler
The overview ruler of this editor.
|
Modifier and Type | Method and Description |
---|---|
protected IOverviewRuler |
AbstractDecoratedTextEditor.createOverviewRuler(ISharedTextColors sharedColors) |
protected IOverviewRuler |
AbstractDecoratedTextEditor.getOverviewRuler()
Returns the overview ruler.
|
Constructor and Description |
---|
SourceViewerDecorationSupport(ISourceViewer sourceViewer,
IOverviewRuler overviewRuler,
IAnnotationAccess annotationAccess,
ISharedTextColors sharedTextColors)
Creates a new decoration support for the given viewer.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.