|
 |
|
|
Uses of Interface org.eclipse.core.resources.IMarker
Methods in
org.eclipse.core.resources that return
IMarker
|
IMarker
|
IResource.
createMarker
(
String type)
Creates and returns the marker with the specified type on this resource. |
IMarker
|
IResource.
findMarker
(long id)
Returns the marker with the specified id on this resource,
Returns null if there is no matching marker. |
IMarker[]
|
IResource.
findMarkers
(
String type,
boolean includeSubtypes,
int depth)
Returns all markers of the specified type on this resource,
and, optionally, on its children. |
IMarker
|
IMarkerDelta.
getMarker
()
Returns the marker described by this change. |
IMarker
|
IResource.
getMarker
(long id)
Returns a marker handle with the given id on this resource. |
Methods in
org.eclipse.ui.texteditor with parameters of type
IMarker
|
protected void
|
AbstractMarkerAnnotationModel.
addMarkerAnnotation
(
IMarker marker)
Creates an annotation for the given marker and adds it to this model. |
protected
MarkerAnnotation
|
AbstractMarkerAnnotationModel.
createMarkerAnnotation
(
IMarker marker)
Creates a new annotation for the given marker. |
protected
Position
|
AbstractMarkerAnnotationModel.
createPositionFromMarker
(
IMarker marker)
Creates and returns the character position of the given marker based
on its attributes. |
protected void
|
ResourceMarkerAnnotationModel.
deleteMarkers
(
IMarker[] markers)
|
protected abstract void
|
AbstractMarkerAnnotationModel.
deleteMarkers
(
IMarker[] markers)
Deletes the given markers from this model. |
String
|
AnnotationTypeLookup.
getAnnotationType
(
IMarker marker)
Computes the annotation type that corresponds to the state of
the given marker. |
static int
|
MarkerUtilities.
getCharEnd
(
IMarker marker)
Returns the ending character offset of the given marker. |
static int
|
MarkerUtilities.
getCharStart
(
IMarker marker)
Returns the starting character offset of the given marker. |
static int
|
MarkerUtilities.
getLineNumber
(
IMarker marker)
Returns the line number of the given marker. |
MarkerAnnotation
|
AbstractMarkerAnnotationModel.
getMarkerAnnotation
(
IMarker marker)
Returns this model's annotation for the given marker. |
Position
|
AbstractMarkerAnnotationModel.
getMarkerPosition
(
IMarker marker)
Returns the position known to this annotation model for the given marker. |
static
String
|
MarkerUtilities.
getMarkerType
(
IMarker marker)
Returns the marker type of the given marker or null if
the type could not be determined. |
static
String
|
MarkerUtilities.
getMessage
(
IMarker marker)
Returns the message associated with the given marker. |
static int
|
MarkerUtilities.
getPriority
(
IMarker marker)
Returns the priority of the given marker. |
static int
|
MarkerUtilities.
getSeverity
(
IMarker marker)
Returns the severity of the given marker. |
protected
String
|
MarkerAnnotation.
getUnknownImageName
(
IMarker marker)
Deprecated. As of 3.0, visual presentation is no longer supported,
annotation with a visible presentation should implement
IAnnotationPresentation
|
void
|
AbstractDecoratedTextEditor.
gotoMarker
(
IMarker marker)
Deprecated. visibility will be reduced, use getAdapter(IGotoMarker.class) for accessing this method
|
protected boolean
|
ResourceMarkerAnnotationModel.
isAcceptable
(
IMarker marker)
|
protected abstract boolean
|
AbstractMarkerAnnotationModel.
isAcceptable
(
IMarker marker)
Determines whether the marker is acceptable as an addition to this model. |
static boolean
|
MarkerUtilities.
isMarkerType
(
IMarker marker,
String type)
Returns whether the given marker is of the given type (either directly or indirectly). |
protected void
|
AbstractMarkerAnnotationModel.
modifyMarkerAnnotation
(
IMarker marker)
Updates the annotation corresponding to the given marker which has changed
in some way. |
protected void
|
AbstractMarkerAnnotationModel.
removeMarkerAnnotation
(
IMarker marker)
Removes the annotation corresponding to the given marker. |
static void
|
MarkerUtilities.
setCharEnd
(
IMarker marker,
int charEnd)
Sets the ending character offset of the given marker. |
static void
|
MarkerUtilities.
setCharStart
(
IMarker marker,
int charStart)
Sets the starting character offset of the given marker. |
static void
|
MarkerUtilities.
setLineNumber
(
IMarker marker,
int lineNum)
Sets the line number of the given marker. |
boolean
|
AbstractMarkerAnnotationModel.
updateMarker
(
IDocument document,
IMarker marker,
Position position)
Updates the given marker according to the given position in the given
document. |
boolean
|
AbstractMarkerAnnotationModel.
updateMarker
(
IMarker marker,
IDocument document,
Position position)
Deprecated. use updateMarker(IDocument, IMarker, Position) instead. This method will be changed to protected.
|
boolean
|
BasicMarkerUpdater.
updateMarker
(
IMarker marker,
IDocument document,
Position position)
|
boolean
|
IMarkerUpdater.
updateMarker
(
IMarker marker,
IDocument document,
Position position)
Updates the given marker according to the position of the given document. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|