Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.jface.text.source.IVerticalRuler

Packages that use IVerticalRuler
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. 
 

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
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.
 

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. createVerticalRuler ()
          Creates the vertical ruler to be used by this editor.
protected   IVerticalRuler AbstractDecoratedTextEditor. createVerticalRuler ()
          Returns AbstractDecoratedTextEditor.createCompositeRuler().
protected   IVerticalRuler AbstractTextEditor. getVerticalRuler ()
          Returns the editor's vertical ruler.
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.
protected   ISourceViewer AbstractDecoratedTextEditor. createSourceViewer ( Composite parent, IVerticalRuler ruler, int styles)
           
 

Constructors in org.eclipse.ui.texteditor with parameters of type IVerticalRuler
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. As of 3.0, replaced by SelectMarkerRulerAction.SelectMarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo)
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire