|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IVerticalRuler | |
org.eclipse.jface.text.source | Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer. |
org.eclipse.ui.editors.text | Provides a standard text editor and a file-based document provider. |
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. |
Constructors in org.eclipse.jface.text.source with parameters of type IVerticalRuler | |
AnnotationBarHoverManager(ISourceViewer sourceViewer,
IVerticalRuler ruler,
IAnnotationHover annotationHover,
IInformationControlCreator creator)
Deprecated. As of 2.1, replaced by AnnotationBarHoverManager.AnnotationBarHoverManager(IVerticalRulerInfo, ISourceViewer, IAnnotationHover, IInformationControlCreator) |
|
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. |
|
ProjectionSourceViewer(Composite parent,
IVerticalRuler ruler,
int styles)
Creates a new projection source viewer. |
Uses of IVerticalRuler in org.eclipse.ui.editors.text |
Methods in org.eclipse.ui.editors.text that return IVerticalRuler | |
protected IVerticalRuler |
TextEditor.createVerticalRuler()
|
Methods in org.eclipse.ui.editors.text with parameters of type IVerticalRuler | |
protected ISourceViewer |
TextEditor.createSourceViewer(Composite parent,
IVerticalRuler ruler,
int styles)
|
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 |
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. |
Constructors in org.eclipse.ui.texteditor with parameters of type IVerticalRuler | |
SelectMarkerRulerAction(ResourceBundle bundle,
String prefix,
IVerticalRuler ruler,
ITextEditor editor)
Deprecated. use SelectMarkerRulerInfoAction(ResourceBundle, String, IVerticalRulerInfo, ITextEditor) |
|
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 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |