Uses of Class
edu.rice.cs.drjava.config.ColorOption

Packages that use ColorOption
edu.rice.cs.drjava.config This package contains the code that allows for dynamically modifying the configuration options in DrJava. 
edu.rice.cs.drjava.ui.config Contains the GUI code for displaying and modifying configuration options. 
 

Uses of ColorOption in edu.rice.cs.drjava.config
 

Fields in edu.rice.cs.drjava.config declared as ColorOption
static ColorOption OptionConstants.DEFINITIONS_NORMAL_COLOR
           
static ColorOption OptionConstants.DEFINITIONS_KEYWORD_COLOR
           
static ColorOption OptionConstants.DEFINITIONS_TYPE_COLOR
           
static ColorOption OptionConstants.DEFINITIONS_COMMENT_COLOR
           
static ColorOption OptionConstants.DEFINITIONS_DOUBLE_QUOTED_COLOR
           
static ColorOption OptionConstants.DEFINITIONS_SINGLE_QUOTED_COLOR
           
static ColorOption OptionConstants.DEFINITIONS_NUMBER_COLOR
           
static ColorOption OptionConstants.DEFINITIONS_BACKGROUND_COLOR
          Color for background of definitions pane.
static ColorOption OptionConstants.DEFINITIONS_MATCH_COLOR
          Color for highlighting brace-matching.
static ColorOption OptionConstants.COMPILER_ERROR_COLOR
          Color for highlighting errors and test failures.
static ColorOption OptionConstants.DEBUG_BREAKPOINT_COLOR
          Color for highlighting breakpoints.
static ColorOption OptionConstants.DEBUG_THREAD_COLOR
          Color for highlighting thread locations.
 

Uses of ColorOption in edu.rice.cs.drjava.ui.config
 

Constructors in edu.rice.cs.drjava.ui.config with parameters of type ColorOption
ColorOptionComponent(ColorOption opt, String text, Frame parent)
          Main constructor for ColorOptionComponent.
ColorOptionComponent(ColorOption opt, String text, Frame parent, boolean isBackgroundColor)
          An alternate constructor, allowing the caller to specify whether this color is a background color.