org.netbeans.modules.editor/3 1.42.0 3

org.netbeans.modules.editor.options
Class AnnotationTypeOptions

java.lang.Object
  extended by org.netbeans.modules.editor.options.AnnotationTypeOptions

public class AnnotationTypeOptions
extends Object

Customizable bean which delegates to AnnotationType

Since:
07/2001

Constructor Summary
AnnotationTypeOptions(AnnotationType delegate)
           
 
Method Summary
 Color getForegroundColor()
           
 Color getHighlightColor()
           
 Color getWaveUnderlineColor()
           
 boolean isInheritForegroundColor()
           
 boolean isUseHighlightColor()
           
 boolean isUseWaveUnderlineColor()
           
 boolean isVisible()
           
 boolean isWholeLine()
           
 void setForegroundColor(Color col)
           
 void setHighlightColor(Color col)
           
 void setInheritForegroundColor(boolean inherit)
           
 void setUseHighlightColor(boolean use)
           
 void setUseWaveUnderlineColor(boolean use)
           
 void setWaveUnderlineColor(Color col)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationTypeOptions

public AnnotationTypeOptions(AnnotationType delegate)
Method Detail

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)

org.netbeans.modules.editor/3 1.42.0 3

Built on December 3 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.