Uses of Class
org.eclipse.ui.texteditor.AnnotationPreference
Packages that use AnnotationPreference
Package
Description
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of AnnotationPreference in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that return AnnotationPreferenceModifier and TypeMethodDescriptionAnnotationPreferenceLookup.getAnnotationPreference
(String annotationType) Returns the annotation preference defined for the given annotation type.AnnotationPreferenceLookup.getAnnotationPreference
(Annotation annotation) Returns the annotation preference of a given annotation.AnnotationPreferenceLookup.getAnnotationPreferenceFragment
(String annotationType) Returns the annotation preference fragment defined for the given annotation type.Methods in org.eclipse.ui.texteditor that return types with arguments of type AnnotationPreferenceModifier and TypeMethodDescriptionMarkerAnnotationPreferences.getAnnotationPreferenceFragments()
Returns all extensions provided for themarkerAnnotationSpecification
extension point including fragments.MarkerAnnotationPreferences.getAnnotationPreferences()
Returns all extensions provided for themarkerAnnotationSpecification
extension point.Methods in org.eclipse.ui.texteditor with parameters of type AnnotationPreferenceModifier and TypeMethodDescriptionvoid
AnnotationPreference.merge
(AnnotationPreference preference) Merges the values of the given preference into this preference.void
SourceViewerDecorationSupport.setAnnotationPreference
(AnnotationPreference info) Sets the preference info for the annotation painter.