org.eclipse.cdt.debug.internal.ui.views.disassembly
Class DisassemblyAnnotationModel

java.lang.Object
  extended by org.eclipse.jface.text.source.AnnotationModel
      extended by org.eclipse.cdt.debug.internal.ui.views.disassembly.DisassemblyAnnotationModel
All Implemented Interfaces:
org.eclipse.jface.text.ISynchronizable, org.eclipse.jface.text.source.IAnnotationModel, org.eclipse.jface.text.source.IAnnotationModelExtension

public class DisassemblyAnnotationModel
extends org.eclipse.jface.text.source.AnnotationModel

Annotation model for Disassembly view.


Constructor Summary
DisassemblyAnnotationModel()
          Constructor for DisassemblyAnnotationModel.
 
Method Summary
 
Methods inherited from class org.eclipse.jface.text.source.AnnotationModel
addAnnotation, addAnnotationModel, addAnnotationModelListener, connect, disconnect, getAnnotationIterator, getAnnotationModel, getLockObject, getModificationStamp, getPosition, modifyAnnotationPosition, removeAllAnnotations, removeAnnotation, removeAnnotationModel, removeAnnotationModelListener, replaceAnnotations, setLockObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisassemblyAnnotationModel

public DisassemblyAnnotationModel()
Constructor for DisassemblyAnnotationModel.