Uses of Interface
edu.rice.cs.drjava.config.OptionConstants

Packages that use OptionConstants
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. 
 

Uses of OptionConstants in edu.rice.cs.drjava
 

Classes in edu.rice.cs.drjava that implement OptionConstants
 class DrJava
          Main class for DrJava.
 

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

Classes in edu.rice.cs.drjava.config that implement OptionConstants
 class OptionMapLoader
           
 class OptionMapLoaderTest
           
 

Uses of OptionConstants in edu.rice.cs.drjava.model
 

Classes in edu.rice.cs.drjava.model that implement OptionConstants
 class DefaultGlobalModel
          Handles the bulk of DrJava's program logic.
 class GlobalModelOtherTest
          A test on the GlobalModel that does deals with everything outside of simple file operations, e.g., compile, quit.
 

Uses of OptionConstants in edu.rice.cs.drjava.model.compiler
 

Classes in edu.rice.cs.drjava.model.compiler that implement OptionConstants
 class Javac141FromSetLocation
          A compiler interface to find Javac (1.4.1+) from the location specified in Configuration.
 class JavacFromSetLocation
          A compiler interface to find Javac from the location specified in Configuration.
 class JSR14FromSetLocation
          A compiler interface to find jsr14 from the location specified in Configuration.
 class JSR14v12FromSetLocation
          A compiler interface to find jsr14 v1.2 from the location specified in Configuration.
 

Uses of OptionConstants in edu.rice.cs.drjava.model.debug
 

Classes in edu.rice.cs.drjava.model.debug that implement OptionConstants
 class DebugTest
          Tests the JPDA-based debugger.
 class Step
          The breakpoint object which has references to its OpenDefinitionsDocument and its StepRequest
 

Uses of OptionConstants in edu.rice.cs.drjava.model.definitions
 

Classes in edu.rice.cs.drjava.model.definitions that implement OptionConstants
 class ColoringView
          This view class renders text on the screen using the reduced model info.
 class DefinitionsDocument
          The model for the definitions pane.
 

Uses of OptionConstants in edu.rice.cs.drjava.model.junit
 

Classes in edu.rice.cs.drjava.model.junit that implement OptionConstants
 class DrJavaTestClassLoader
          Loads test cases from the DrJava classpath.
 

Uses of OptionConstants in edu.rice.cs.drjava.model.repl
 

Classes in edu.rice.cs.drjava.model.repl that implement OptionConstants
 class History
          Keeps track of what was typed in the interactions pane.
 class HistoryTest
          Tests the functionality of the repl History.
 

Uses of OptionConstants in edu.rice.cs.drjava.ui
 

Classes in edu.rice.cs.drjava.ui that implement OptionConstants
 class CompilerErrorPanel
          The panel which houses the list of errors after an unsuccessful compilation.
 class DebugPanel
          Panel for displaying the debugger input and output in MainFrame.
 class DefinitionsPane
          The pane in which work on a given OpenDefinitionsDocument occurs.
(package private)  class FindReplaceDialog
          The tabbed panel that handles requests for finding and replacing text.
 class JUnitPanel
          The panel which displays all the testing errors.
 class MainFrame
          DrJava's main window.
 class RecentFileManager
           
 class SingleDisplayModel
          A GlobalModel that enforces invariants associated with having one active document at a time.
 

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

Classes in edu.rice.cs.drjava.ui.config that implement OptionConstants
 class FileOptionComponent
          Graphical form of a FileOption.
 class VectorOptionComponent
          Graphical form of a VectorOption for the Extra Classpath option.