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.editors.text |
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Constructor and Description |
---|
ChangeRulerColumn(ISharedTextColors sharedColors)
Creates a new revision ruler column.
|
LineNumberChangeRulerColumn(ISharedTextColors sharedColors)
Creates a new instance.
|
OverviewRuler(IAnnotationAccess annotationAccess,
int width,
ISharedTextColors sharedColors)
Constructs a overview ruler of the given width using the given annotation access and the given
color manager.
|
OverviewRuler(IAnnotationAccess annotationAccess,
int width,
ISharedTextColors sharedColors,
boolean discolorTemporaryAnnotation)
Constructs a overview ruler of the given width using the given annotation
access and the given color manager.
|
Constructor and Description |
---|
ProjectionSupport(ProjectionViewer viewer,
IAnnotationAccess annotationAccess,
ISharedTextColors sharedTextColors)
Creates new projection support for the given projection viewer.
|
Modifier and Type | Method and Description |
---|---|
static ISharedTextColors |
EditorsUI.getSharedTextColors()
Returns the shared text colors of this plug-in.
|
Modifier and Type | Method and Description |
---|---|
protected ISharedTextColors |
AbstractDecoratedTextEditor.getSharedColors() |
Modifier and Type | Method and Description |
---|---|
protected IOverviewRuler |
AbstractDecoratedTextEditor.createOverviewRuler(ISharedTextColors sharedColors) |
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.