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 | Interface and Description |
---|---|
interface |
IOverviewRuler
This interface defines a visual component which may serve text viewers as an overview annotation
presentation area.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeRuler
Standard implementation of
IVerticalRuler . |
class |
OverviewRuler
Ruler presented next to a source viewer showing all annotations of the viewer's annotation model
in a compact format.
|
class |
VerticalRuler
A vertical ruler which is connected to a text viewer.
|
Modifier and Type | Method and Description |
---|---|
protected IVerticalRuler |
SourceViewer.getVerticalRuler()
Returns the vertical ruler of this viewer.
|
Constructor and Description |
---|
AnnotationBarHoverManager(ISourceViewer sourceViewer,
IVerticalRuler ruler,
IAnnotationHover annotationHover,
IInformationControlCreator creator)
Deprecated.
|
SourceViewer(Composite parent,
IVerticalRuler ruler,
int styles)
Constructs a new source viewer.
|
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 | Method and Description |
---|---|
protected IVerticalRuler |
AbstractTextEditor.createVerticalRuler()
Creates the vertical ruler to be used by this editor.
|
protected IVerticalRuler |
AbstractDecoratedTextEditor.createVerticalRuler()
|
protected IVerticalRuler |
AbstractTextEditor.getVerticalRuler()
Returns the editor's vertical ruler.
|
protected IVerticalRuler |
MarkerRulerAction.getVerticalRuler()
Deprecated.
use
getVerticalRulerInfo instead |
Modifier and Type | Method and Description |
---|---|
protected ISourceViewer |
AbstractTextEditor.createSourceViewer(Composite parent,
IVerticalRuler ruler,
int styles)
Creates the source viewer to be used by this editor.
|
protected ISourceViewer |
AbstractDecoratedTextEditor.createSourceViewer(Composite parent,
IVerticalRuler ruler,
int styles) |
Constructor and Description |
---|
MarkerRulerAction(ResourceBundle bundle,
String prefix,
IVerticalRuler ruler,
ITextEditor editor,
String markerType,
boolean askForLabel)
Deprecated.
use
MarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo, String, boolean) instead |
SelectMarkerRulerAction(ResourceBundle bundle,
String prefix,
IVerticalRuler ruler,
ITextEditor editor)
Deprecated.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.