org.eclipse.datatools.sqltools.debugger.editorext
Class SPBreakpointAnnotationModel

java.lang.Object
  extended by org.eclipse.jface.text.source.AnnotationModel
      extended by org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
          extended by org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel
              extended by org.eclipse.datatools.sqltools.routineeditor.ui.RoutineAnnotationModel
                  extended by org.eclipse.datatools.sqltools.debugger.editorext.SPBreakpointAnnotationModel
All Implemented Interfaces:
org.eclipse.core.filebuffers.IPersistableAnnotationModel, org.eclipse.jface.text.ISynchronizable, org.eclipse.jface.text.source.IAnnotationModel, org.eclipse.jface.text.source.IAnnotationModelExtension, org.eclipse.jface.text.source.IAnnotationModelExtension2

public class SPBreakpointAnnotationModel
extends RoutineAnnotationModel

Temparary implementation. Need do more investigation on how annotationmodel work.

Author:
Yang Liu, Hui Cao

Constructor Summary
SPBreakpointAnnotationModel(org.eclipse.datatools.sqltools.core.ProcIdentifier procid)
           
 
Method Summary
 void documentSaved(org.eclipse.jface.text.IDocument doc)
           
 
Methods inherited from class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
commit, getMarkerAnnotation, getMarkerPosition, reinitialize, resetMarkers, revert, updateMarker, updateMarker, updateMarkers
 
Methods inherited from class org.eclipse.jface.text.source.AnnotationModel
addAnnotation, addAnnotationModel, addAnnotationModelListener, connect, disconnect, getAnnotationIterator, 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

SPBreakpointAnnotationModel

public SPBreakpointAnnotationModel(org.eclipse.datatools.sqltools.core.ProcIdentifier procid)
Method Detail

documentSaved

public void documentSaved(org.eclipse.jface.text.IDocument doc)