|
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.AnnotationPreferenceLookup
Provides the strategy for finding the annotation preference for a given annotation.
Constructor Summary | |
---|---|
AnnotationPreferenceLookup()
Creates a new annotation preference lookup object. |
Method Summary | |
---|---|
AnnotationPreference |
getAnnotationPreference(Annotation annotation)
Returns the annotation preference of a given annotation. |
AnnotationPreference |
getAnnotationPreference(String annotationType)
Returns the annotation preference defined for the given annotation type. |
AnnotationPreference |
getAnnotationPreferenceFragment(String annotationType)
Returns the annotation preference fragment defined for the given annotation type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AnnotationPreferenceLookup()
Method Detail |
public AnnotationPreference getAnnotationPreference(Annotation annotation)
annotation
- the annotation
null
public AnnotationPreference getAnnotationPreference(String annotationType)
annotationType
- the annotation type
null
public AnnotationPreference getAnnotationPreferenceFragment(String annotationType)
For internal use only. Not intended to be called by clients.
annotationType
- the annotation type
|
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.