Eclipse Platform
2.1

org.eclipse.ui.texteditor
Class AnnotationPreference

java.lang.Object
  |
  +--org.eclipse.ui.texteditor.AnnotationPreference

public class AnnotationPreference
extends Object

Since:
2.1

Constructor Summary
AnnotationPreference()
           
AnnotationPreference(Object annotationType, String colorKey, String textKey, String overviewRulerKey, int presentationLayer)
           
 
Method Summary
 boolean contributesToHeader()
           
 Object getAnnotationType()
           
 String getColorPreferenceKey()
           
 RGB getColorPreferenceValue()
           
 String getMarkerType()
           
 String getOverviewRulerPreferenceKey()
           
 boolean getOverviewRulerPreferenceValue()
           
 String getPreferenceLabel()
           
 int getPresentationLayer()
           
 int getSeverity()
           
 String getTextPreferenceKey()
           
 boolean getTextPreferenceValue()
           
 boolean isPreferenceKey(String key)
           
 void setAnnotationType(Object annotationType)
           
 void setColorPreferenceKey(String colorKey)
           
 void setColorPreferenceValue(RGB colorValue)
           
 void setContributesToHeader(boolean contributesToHeader)
           
 void setMarkerType(String markerType)
           
 void setOverviewRulerPreferenceKey(String overviewRulerKey)
           
 void setOverviewRulerPreferenceValue(boolean overviewRulerValue)
           
 void setPreferenceLabel(String label)
           
 void setPresentationLayer(int presentationLayer)
           
 void setSeverity(int severity)
           
 void setTextPreferenceKey(String textKey)
           
 void setTextPreferenceValue(boolean textValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationPreference

public AnnotationPreference()

AnnotationPreference

public AnnotationPreference(Object annotationType,
                            String colorKey,
                            String textKey,
                            String overviewRulerKey,
                            int presentationLayer)
Method Detail

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)

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.