Uses of Package
edu.rice.cs.drjava.config

Packages that use edu.rice.cs.drjava.config
edu.rice.cs.drjava The main package for DrJava contains only two classes. 
edu.rice.cs.drjava.config This package contains the code that allows for dynamically modifying the configuration options in DrJava. 
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
edu.rice.cs.drjava.model.compiler Contains adaptor code for invoking various Java compilers. 
edu.rice.cs.drjava.model.debug Contains the code for DrJava's JPDA-based debugger. 
edu.rice.cs.drjava.model.definitions Provides the data model for storing Java source code. 
edu.rice.cs.drjava.model.junit Contains the code for integration of the JUnit testing facility. 
edu.rice.cs.drjava.model.repl Contains the adapter code for the interpreter, as well as the code for managing the history of interactions, the handling of exceptions thrown by the interpreter, etc. 
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
edu.rice.cs.drjava.ui.config Contains the GUI code for displaying and modifying configuration options. 
 

Classes in edu.rice.cs.drjava.config used by edu.rice.cs.drjava
FileConfiguration
          A Configuration object that is backed by a file.
OptionConstants
           
 

Classes in edu.rice.cs.drjava.config used by edu.rice.cs.drjava.config
BooleanOption
          Class defining all configuration options with values of type Boolean.
ColorOption
          Class defining all configuration options with values of type Color.
Configuration
          Class to store and retrieve all configurable options.
DefaultOptionMap
           
FileOption
          Class representing all configuration options with values of type File.
FontOption
          Class defining all configuration entries of type Font
FormatStrategy
          the sheer ability to format something of type T to a String
IntegerOption
          Class defining all configuration options with values of type Integer.
KeyStrokeOption
          Class representing all configuration options with values of type KeyStroke.
NonNegativeIntegerOption
          Class defining all configuration options with values of type NonNegativeInteger.
Option
          Represents a configurable option in DrJava that has a static (programmatic) type of T.
OptionConstants
           
OptionEvent
           
OptionListener
           
OptionMap
           
OptionMapLoader
           
OptionParser
          the association of an OptionName with the ability to parse something to type T the special property is that if U extends T, then OptionParser extends OptionParser.
ParseStrategy
          the sheer ability to parse a String into something of type T
SavableConfiguration
          A Configuration object that can be read and saved from a Stream.
VectorOption
          Abstract class defining behavior shared by all configuration options with values of type Vector.
 

Classes in edu.rice.cs.drjava.config used by edu.rice.cs.drjava.model
OptionConstants
           
OptionEvent
           
OptionListener
           
 

Classes in edu.rice.cs.drjava.config used by edu.rice.cs.drjava.model.compiler
OptionConstants
           
 

Classes in edu.rice.cs.drjava.config used by edu.rice.cs.drjava.model.debug
OptionConstants
           
 

Classes in edu.rice.cs.drjava.config used by edu.rice.cs.drjava.model.definitions
OptionConstants
           
OptionEvent
           
OptionListener
           
 

Classes in edu.rice.cs.drjava.config used by edu.rice.cs.drjava.model.junit
OptionConstants
           
 

Classes in edu.rice.cs.drjava.config used by edu.rice.cs.drjava.model.repl
OptionConstants
           
OptionEvent
           
OptionListener
           
 

Classes in edu.rice.cs.drjava.config used by edu.rice.cs.drjava.ui
Option
          Represents a configurable option in DrJava that has a static (programmatic) type of T.
OptionConstants
           
OptionEvent
           
OptionListener
           
 

Classes in edu.rice.cs.drjava.config used by edu.rice.cs.drjava.ui.config
BooleanOption
          Class defining all configuration options with values of type Boolean.
ColorOption
          Class defining all configuration options with values of type Color.
FileOption
          Class representing all configuration options with values of type File.
FontOption
          Class defining all configuration entries of type Font
IntegerOption
          Class defining all configuration options with values of type Integer.
KeyStrokeOption
          Class representing all configuration options with values of type KeyStroke.
Option
          Represents a configurable option in DrJava that has a static (programmatic) type of T.
OptionConstants
           
OptionParseException
          Exception indicating that an OptionParser could not parse the specified value for a given configurable option.
StringOption
          Class representing all configuration options with values of type String.
VectorOption
          Abstract class defining behavior shared by all configuration options with values of type Vector.