|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.text.source.AnnotationModel
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
org.eclipse.cdt.debug.internal.ui.DebugMarkerAnnotationModel
public class DebugMarkerAnnotationModel
Constructor Summary | |
---|---|
DebugMarkerAnnotationModel(java.io.File file)
|
Method Summary | |
---|---|
void |
breakpointsAdded(org.eclipse.debug.core.model.IBreakpoint[] breakpoints)
|
void |
breakpointsChanged(org.eclipse.debug.core.model.IBreakpoint[] breakpoints,
org.eclipse.core.resources.IMarkerDelta[] deltas)
|
void |
breakpointsRemoved(org.eclipse.debug.core.model.IBreakpoint[] breakpoints,
org.eclipse.core.resources.IMarkerDelta[] deltas)
|
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, 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 |
---|
public DebugMarkerAnnotationModel(java.io.File file)
Method Detail |
---|
public void breakpointsAdded(org.eclipse.debug.core.model.IBreakpoint[] breakpoints)
breakpointsAdded
in interface org.eclipse.debug.core.IBreakpointsListener
public void breakpointsRemoved(org.eclipse.debug.core.model.IBreakpoint[] breakpoints, org.eclipse.core.resources.IMarkerDelta[] deltas)
breakpointsRemoved
in interface org.eclipse.debug.core.IBreakpointsListener
public void breakpointsChanged(org.eclipse.debug.core.model.IBreakpoint[] breakpoints, org.eclipse.core.resources.IMarkerDelta[] deltas)
breakpointsChanged
in interface org.eclipse.debug.core.IBreakpointsListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |