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 Class
org.eclipse.jface.text.source.AnnotationModelEvent

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

Uses of AnnotationModelEvent in org.eclipse.jface.text.source
 

Methods in org.eclipse.jface.text.source that return AnnotationModelEvent
protected   AnnotationModelEvent AnnotationModel. createAnnotationModelEvent ()
          Creates and returns a new annotation model event.
protected   AnnotationModelEvent AnnotationModel. getAnnotationModelEvent ()
          Returns the current annotation model event.
 

Methods in org.eclipse.jface.text.source with parameters of type AnnotationModelEvent
protected  void AnnotationModel. fireModelChanged ( AnnotationModelEvent event)
          Informs all annotation model listeners that this model has been changed as described in the annotation model event.
 void IAnnotationModelListenerExtension. modelChanged ( AnnotationModelEvent event)
          Called if a model change occurred on the given model.
 void AnnotationPainter. modelChanged ( AnnotationModelEvent event)
           
 

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

Methods in org.eclipse.jface.text.source.projection with parameters of type AnnotationModelEvent
protected  void ProjectionViewer. postCatchupRequest ( AnnotationModelEvent event)
          Posts the request for catch up with the annotation model into the UI thread.
protected  void ProjectionViewer. processCatchupRequest ( AnnotationModelEvent event)
          Processes the request for catch up with the annotation model in the UI thread.
 


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