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

Packages that use Configuration
edu.rice.cs.drjava.config This package contains the code that allows for dynamically modifying the configuration options in DrJava. 
 

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

Subclasses of Configuration in edu.rice.cs.drjava.config
 class FileConfiguration
          A Configuration object that is backed by a file.
 class SavableConfiguration
          A Configuration object that can be read and saved from a Stream.