|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.texteditor.AnnotationTypeLookup
Provides the strategy for determining annotation types for given markers.
Constructor Summary | |
---|---|
AnnotationTypeLookup()
Creates a new annotation lookup object. |
Method Summary | |
---|---|
String |
getAnnotationType(IMarker marker)
Computes the annotation type that corresponds to the state of the given marker. |
String |
getAnnotationType(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 String getAnnotationType(IMarker marker)
marker
- the marker
null
public String getAnnotationType(String markerType, int markerSeverity)
markerType
- the marker typemarkerSeverity
- the marker severity
null
|
Eclipse Platform Release 3.1 |
|||||||||||
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, 2005. All rights reserved.