com.ibm.etools.iseries.core.resources
Class ISeriesDebuggerMarkerAnnotationModel
java.lang.Object
org.eclipse.jface.text.source.AnnotationModel
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel
com.ibm.debug.pdt.DebuggerMarkerAnnotationModel
com.ibm.etools.iseries.core.resources.ISeriesDebuggerMarkerAnnotationModel
- All Implemented Interfaces:
- IAnnotationModel, IAnnotationModelExtension, IBreakpointListener, IPersistableAnnotationModel, ISynchronizable
- public class ISeriesDebuggerMarkerAnnotationModel
- extends com.ibm.debug.pdt.DebuggerMarkerAnnotationModel
Fields inherited from class com.ibm.debug.pdt.DebuggerMarkerAnnotationModel |
fEditorInput, fFilename |
Methods inherited from class com.ibm.debug.pdt.DebuggerMarkerAnnotationModel |
addInstructionPointerAnnotation, breakpointAdded, breakpointChanged, breakpointRemoved, createMarkerAnnotation, createPositionFromMarker, removeInstructionPointerAnnotations, resetMarkers, retrieveMarkers |
Methods inherited from class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel |
addMarkerAnnotation, addMarkerUpdater, commit, connected, disconnected, getMarkerAnnotation, getMarkerPosition, handleCoreException, modifyMarkerAnnotation, reinitialize, removeAnnotations, removeMarkerAnnotation, removeMarkerUpdater, revert, updateMarker, updateMarker, updateMarkers |
Methods inherited from class org.eclipse.jface.text.source.AnnotationModel |
addAnnotation, addAnnotationModel, addAnnotationModelListener, addPosition, cleanup, connect, createAnnotationModelEvent, disconnect, fireModelChanged, fireModelChanged, getAnnotationIterator, getAnnotationIterator, getAnnotationMap, getAnnotationModel, getAnnotationModelEvent, getLockObject, getModificationStamp, getPosition, modifyAnnotation, modifyAnnotationPosition, modifyAnnotationPosition, removeAllAnnotations, removeAllAnnotations, removeAnnotation, removeAnnotationModel, removeAnnotationModelListener, removePosition, replaceAnnotations, replaceAnnotations, setLockObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISeriesDebuggerMarkerAnnotationModel
public ISeriesDebuggerMarkerAnnotationModel(IResource resource,
IEditorInput input)
- Constructor for DebuggerMarkerAnnotationModel
ISeriesDebuggerMarkerAnnotationModel
public ISeriesDebuggerMarkerAnnotationModel(IResource resource,
IEditorInput input,
com.ibm.lpex.alef.LpexTextEditor editor)
addAnnotation
public void addAnnotation(Annotation annotation,
Position position)
removeAnnotation
public void removeAnnotation(Annotation annotation)
updateEditor
public void updateEditor(com.ibm.lpex.alef.LpexTextEditor editor)
getEditorInput
public IEditorInput getEditorInput()
isAcceptable
protected boolean isAcceptable(IMarker marker)
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.