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

Packages that use BooleanOption
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 BooleanOption in edu.rice.cs.drjava.config
 

Fields in edu.rice.cs.drjava.config declared as BooleanOption
static BooleanOption OptionConstants.JAVAC_ALLOW_ASSERT
           
static BooleanOption OptionConstants.TOOLBAR_ICONS_ENABLED
          Whether icons should be displayed on the toolbar buttons.
static BooleanOption OptionConstants.TOOLBAR_TEXT_ENABLED
          Whether text should be displayed on the toolbar buttons.
static BooleanOption OptionConstants.LINEENUM_ENABLED
          Whether the line-numbers should be displayed in a row header.
static BooleanOption OptionConstants.DEBUG_SHOW_THREADS
          Whether all current threads should be displayed when a thread suspends
static BooleanOption OptionConstants.DEBUG_STEP_JAVA
          Whether stepping should step through Java's source files
static BooleanOption OptionConstants.DEBUG_STEP_INTERPRETER
          Whether stepping should step through Dynamic Java's source files
static BooleanOption OptionConstants.DEBUG_STEP_DRJAVA
          Whether stepping should step through DrJava's source files
static BooleanOption OptionConstants.INTERACTIONS_EXIT_PROMPT
          Whether to prompt when the interactions pane is unexpectedly reset.
static BooleanOption OptionConstants.QUIT_PROMPT
          Whether to prompt before quitting DrJava.
 

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

Constructors in edu.rice.cs.drjava.ui.config with parameters of type BooleanOption
BooleanOptionComponent(BooleanOption opt, String text, Frame parent)