org.netbeans.modules.editor.options
Class AnnotationTypeOptions
java.lang.Object
org.netbeans.modules.editor.options.AnnotationTypeOptions
public class AnnotationTypeOptions
- extends Object
Customizable bean which delegates to AnnotationType
- Since:
- 07/2001
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationTypeOptions
public AnnotationTypeOptions(AnnotationType delegate)
isVisible
public boolean isVisible()
isWholeLine
public boolean isWholeLine()
getHighlightColor
public Color getHighlightColor()
setHighlightColor
public void setHighlightColor(Color col)
isUseHighlightColor
public boolean isUseHighlightColor()
setUseHighlightColor
public void setUseHighlightColor(boolean use)
getForegroundColor
public Color getForegroundColor()
setForegroundColor
public void setForegroundColor(Color col)
isInheritForegroundColor
public boolean isInheritForegroundColor()
setInheritForegroundColor
public void setInheritForegroundColor(boolean inherit)
getWaveUnderlineColor
public Color getWaveUnderlineColor()
setWaveUnderlineColor
public void setWaveUnderlineColor(Color col)
isUseWaveUnderlineColor
public boolean isUseWaveUnderlineColor()
setUseWaveUnderlineColor
public void setUseWaveUnderlineColor(boolean use)