|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.texteditor.AnnotationTypeLookup
public final class AnnotationTypeLookup
Provides the strategy for determining annotation types for given markers.
Constructor Summary | |
---|---|
AnnotationTypeLookup()
Creates a new annotation lookup object. |
Method Summary | |
---|---|
java.lang.String |
getAnnotationType(IMarker marker)
Computes the annotation type that corresponds to the state of the given marker. |
java.lang.String |
getAnnotationType(java.lang.String markerType,
int markerSeverity)
Computes the annotation type that corresponds to the given marker type and the given marker severity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationTypeLookup()
Method Detail |
---|
public java.lang.String getAnnotationType(IMarker marker)
marker
- the marker
null
public java.lang.String getAnnotationType(java.lang.String markerType, int markerSeverity)
markerType
- the marker typemarkerSeverity
- the marker severity
null
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.