|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IVerticalRuler | |
---|---|
org.eclipse.jface.text.source | Provides a support for managing annotations attached to a document. |
org.eclipse.jface.text.source.projection | |
org.eclipse.ui.texteditor | Provides a framework for text editors obeying to the desktop rules. |
Uses of IVerticalRuler in org.eclipse.jface.text.source |
---|
Subinterfaces of IVerticalRuler in org.eclipse.jface.text.source | |
interface |
IOverviewRuler
This interface defines a visual component which may serve text viewers as an overview annotation presentation area. |
Classes in org.eclipse.jface.text.source that implement IVerticalRuler | |
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. |
Methods in org.eclipse.jface.text.source that return IVerticalRuler | |
protected IVerticalRuler |
SourceViewer.getVerticalRuler()
Returns the vertical ruler of this viewer. |
Constructors in org.eclipse.jface.text.source with parameters of type IVerticalRuler | |
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. |
|
AnnotationBarHoverManager(ISourceViewer sourceViewer,
IVerticalRuler ruler,
IAnnotationHover annotationHover,
IInformationControlCreator creator)
Deprecated. As of 2.1, replaced by AnnotationBarHoverManager.AnnotationBarHoverManager(IVerticalRulerInfo, ISourceViewer, IAnnotationHover, IInformationControlCreator) |
Uses of IVerticalRuler in org.eclipse.jface.text.source.projection |
---|
Constructors in org.eclipse.jface.text.source.projection with parameters of type IVerticalRuler | |
ProjectionViewer(Composite parent,
IVerticalRuler ruler,
IOverviewRuler overviewRuler,
boolean showsAnnotationOverview,
int styles)
Creates a new projection source viewer. |
Uses of IVerticalRuler in org.eclipse.ui.texteditor |
---|
Methods in org.eclipse.ui.texteditor that return IVerticalRuler | |
protected IVerticalRuler |
AbstractTextEditor.getVerticalRuler()
Returns the editor's vertical ruler. |
protected IVerticalRuler |
AbstractTextEditor.createVerticalRuler()
Creates the vertical ruler to be used by this editor. |
protected IVerticalRuler |
MarkerRulerAction.getVerticalRuler()
Deprecated. use getVerticalRulerInfo instead |
protected IVerticalRuler |
AbstractDecoratedTextEditor.createVerticalRuler()
Returns AbstractDecoratedTextEditor.createCompositeRuler() . |
Methods in org.eclipse.ui.texteditor with parameters of type IVerticalRuler | |
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)
|
Constructors in org.eclipse.ui.texteditor with parameters of type IVerticalRuler | |
SelectMarkerRulerAction(ResourceBundle bundle,
String prefix,
IVerticalRuler ruler,
ITextEditor editor)
Deprecated. As of 3.0, replaced by SelectMarkerRulerAction.SelectMarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo) |
|
MarkerRulerAction(ResourceBundle bundle,
String prefix,
IVerticalRuler ruler,
ITextEditor editor,
String markerType,
boolean askForLabel)
Deprecated. use MarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo, String, boolean) instead |
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.