org.eclipse.ui.texteditor
Class AnnotationPreference
java.lang.Object
|
+--org.eclipse.ui.texteditor.AnnotationPreference
- public class AnnotationPreference
- extends Object
- Since:
- 2.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationPreference
public AnnotationPreference()
AnnotationPreference
public AnnotationPreference(Object annotationType,
String colorKey,
String textKey,
String overviewRulerKey,
int presentationLayer)
isPreferenceKey
public boolean isPreferenceKey(String key)
getAnnotationType
public Object getAnnotationType()
getMarkerType
public String getMarkerType()
getColorPreferenceKey
public String getColorPreferenceKey()
getColorPreferenceValue
public RGB getColorPreferenceValue()
getPreferenceLabel
public String getPreferenceLabel()
getOverviewRulerPreferenceKey
public String getOverviewRulerPreferenceKey()
getOverviewRulerPreferenceValue
public boolean getOverviewRulerPreferenceValue()
getPresentationLayer
public int getPresentationLayer()
getSeverity
public int getSeverity()
getTextPreferenceKey
public String getTextPreferenceKey()
getTextPreferenceValue
public boolean getTextPreferenceValue()
contributesToHeader
public boolean contributesToHeader()
setAnnotationType
public void setAnnotationType(Object annotationType)
setMarkerType
public void setMarkerType(String markerType)
setColorPreferenceKey
public void setColorPreferenceKey(String colorKey)
setColorPreferenceValue
public void setColorPreferenceValue(RGB colorValue)
setPreferenceLabel
public void setPreferenceLabel(String label)
setOverviewRulerPreferenceKey
public void setOverviewRulerPreferenceKey(String overviewRulerKey)
setOverviewRulerPreferenceValue
public void setOverviewRulerPreferenceValue(boolean overviewRulerValue)
setPresentationLayer
public void setPresentationLayer(int presentationLayer)
setSeverity
public void setSeverity(int severity)
setTextPreferenceKey
public void setTextPreferenceKey(String textKey)
setTextPreferenceValue
public void setTextPreferenceValue(boolean textValue)
setContributesToHeader
public void setContributesToHeader(boolean contributesToHeader)
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.