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.BOOKMARK_COLOR
          Color for highlighting bookmarks.
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_BREAKPOINT_DISABLED_COLOR
          Color for highlighting disabled breakpoints.
static ColorOption OptionConstants.DEBUG_MESSAGE_COLOR
           
static ColorOption OptionConstants.DEBUG_THREAD_COLOR
          Color for highlighting thread locations.
static ColorOption OptionConstants.DEFINITIONS_BACKGROUND_COLOR
          Color for background of definitions pane.
static ColorOption OptionConstants.DEFINITIONS_COMMENT_COLOR
           
static ColorOption OptionConstants.DEFINITIONS_DOUBLE_QUOTED_COLOR
           
static ColorOption OptionConstants.DEFINITIONS_KEYWORD_COLOR
           
static ColorOption OptionConstants.DEFINITIONS_MATCH_COLOR
          Color for highlighting brace-matching.
static ColorOption OptionConstants.DEFINITIONS_NORMAL_COLOR
           
static ColorOption OptionConstants.DEFINITIONS_NUMBER_COLOR
           
static ColorOption OptionConstants.DEFINITIONS_SINGLE_QUOTED_COLOR
           
static ColorOption OptionConstants.DEFINITIONS_TYPE_COLOR
           
static ColorOption OptionConstants.DRJAVA_ERRORS_BUTTON_COLOR
          Color for the background of the "DrJava Errors" button.
static ColorOption OptionConstants.FIND_RESULTS_COLOR1
          Color for highlighting find results.
static ColorOption OptionConstants.FIND_RESULTS_COLOR2
           
static ColorOption OptionConstants.FIND_RESULTS_COLOR3
           
static ColorOption OptionConstants.FIND_RESULTS_COLOR4
           
static ColorOption OptionConstants.FIND_RESULTS_COLOR5
           
static ColorOption OptionConstants.FIND_RESULTS_COLOR6
           
static ColorOption OptionConstants.FIND_RESULTS_COLOR7
           
static ColorOption OptionConstants.FIND_RESULTS_COLOR8
           
static ColorOption[] OptionConstants.FIND_RESULTS_COLORS
           
static ColorOption OptionConstants.INTERACTIONS_ERROR_COLOR
           
static ColorOption OptionConstants.SYSTEM_ERR_COLOR
           
static ColorOption OptionConstants.SYSTEM_IN_COLOR
           
static ColorOption OptionConstants.SYSTEM_OUT_COLOR
           
 

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, SwingFrame parent)
          Main constructor for ColorOptionComponent.
ColorOptionComponent(ColorOption opt, String text, SwingFrame parent, boolean isBackgroundColor)
          An alternate constructor, allowing the caller to specify whether this color is a background color.
ColorOptionComponent(ColorOption opt, String text, SwingFrame parent, boolean isBackgroundColor, boolean isBoldText)
           
ColorOptionComponent(ColorOption opt, String text, SwingFrame parent, String description)
          Constructor that allows for a tooltip description.
ColorOptionComponent(ColorOption opt, String text, SwingFrame parent, String description, boolean isBackgroundColor)
          Constructor that allows for a tooltip description as well as whether or not this is a background color.
ColorOptionComponent(ColorOption opt, String text, SwingFrame parent, String description, boolean isBackgroundColor, boolean isBoldText)
          Constructor that allows for a tooltip description as well as whether or not this is a background color.