Uses of Class
org.eclipse.ui.texteditor.MarkerAnnotationPreferences
-
Packages that use MarkerAnnotationPreferences Package Description org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. -
-
Uses of MarkerAnnotationPreferences in org.eclipse.ui.texteditor
Fields in org.eclipse.ui.texteditor declared as MarkerAnnotationPreferences Modifier and Type Field Description protected MarkerAnnotationPreferencesDefaultMarkerAnnotationAccess. fMarkerAnnotationPreferencesDeprecated.As of 3.0, no replacementMethods in org.eclipse.ui.texteditor that return MarkerAnnotationPreferences Modifier and Type Method Description protected MarkerAnnotationPreferencesAbstractDecoratedTextEditor. getAnnotationPreferences()Returns the annotation preferences.Constructors in org.eclipse.ui.texteditor with parameters of type MarkerAnnotationPreferences Constructor Description DefaultMarkerAnnotationAccess(MarkerAnnotationPreferences markerAnnotationPreferences)Deprecated.As of 3.0, replaced byDefaultMarkerAnnotationAccess()
-