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

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

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

Fields in edu.rice.cs.drjava.config with type parameters of type VariableProperty
protected  HashMap<String,Stack<VariableProperty>> PropertyMaps._variables