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

Packages that use IAnnotationAccess
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 IAnnotationAccess in org.eclipse.jface.text.source
 

Constructors in org.eclipse.jface.text.source with parameters of type IAnnotationAccess
AnnotationPainter ( ISourceViewer sourceViewer, IAnnotationAccess access)
          Creates a new annotation painter for the given source viewer and with the given annotation access.
AnnotationRulerColumn ( IAnnotationModel model, int width, IAnnotationAccess annotationAccess)
          Constructs this column with the given arguments.
AnnotationRulerColumn (int width, IAnnotationAccess annotationAccess)
          Constructs this column with the given arguments.
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.
VerticalRuler (int width, IAnnotationAccess annotationAcccess)
          Constructs a vertical ruler with the given width and the given annotation access.
 

Uses of IAnnotationAccess in org.eclipse.jface.text.source.projection
 

Constructors in org.eclipse.jface.text.source.projection with parameters of type IAnnotationAccess
ProjectionSupport ( ProjectionViewer viewer, IAnnotationAccess annotationAccess, ISharedTextColors sharedTextColors)
          Creates new projection support for the given projection viewer.
 

Uses of IAnnotationAccess in org.eclipse.ui.texteditor
 

Classes in org.eclipse.ui.texteditor that implement IAnnotationAccess
 class DefaultMarkerAnnotationAccess
          Default class for accessing marker annotation properties.
 

Fields in org.eclipse.ui.texteditor declared as IAnnotationAccess
protected   IAnnotationAccess AbstractDecoratedTextEditor. fAnnotationAccess
          Helper for accessing annotation from the perspective of this editor.
 

Methods in org.eclipse.ui.texteditor that return IAnnotationAccess
protected   IAnnotationAccess AbstractDecoratedTextEditor. createAnnotationAccess ()
          Creates the annotation access for this editor.
protected   IAnnotationAccess AbstractDecoratedTextEditor. getAnnotationAccess ()
          Returns the annotation access.
 

Constructors in org.eclipse.ui.texteditor with parameters of type IAnnotationAccess
SourceViewerDecorationSupport ( ISourceViewer sourceViewer, IOverviewRuler overviewRuler, IAnnotationAccess annotationAccess, ISharedTextColors sharedTextColors)
          Creates a new decoration support for the given viewer.
 


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