Package edu.rice.cs.drjava.ui.config

Contains the GUI code for displaying and modifying configuration options.

See:
          Description

Class Summary
BooleanOptionComponent Graphical form of a BooleanOption.
BooleanOptionComponentTest Tests functionality of this OptionComponent
ColorOptionComponent Graphical form of a ColorOption.
ColorOptionComponentTest Tests functionality of this OptionComponent
ConfigFrame The frame for setting Configuration options on the fly
ConfigPanel The panel on which each set of configuration options (e.g.
FileOptionComponent Graphical form of a FileOption.
FileOptionComponentTest Tests functionality of this OptionComponent
FontOptionComponent The Graphical form of a FontOption.
FontOptionComponentTest Tests functionality of this OptionComponent
IntegerOptionComponent Graphical form of an IntegerOption.
IntegerOptionComponentTest Tests functionality of this OptionComponent
KeyStrokeConfigPanel Panel to display all KeyStrokeOptionComponents.
KeyStrokeOptionComponent Graphical form of a KeyStrokeOption.
KeyStrokeOptionComponentTest Tests functionality of this OptionComponent
LabelComponent Displays a label in the form of an option component, to be displayed in a config panel.
OptionComponent The graphical form of an Option.
StringOptionComponent Graphical form of a StringOption.
ToolbarOptionComponent The special option component for the toolbar text and toolbar icon options.
VectorOptionComponent Graphical form of a VectorOption for the Extra Classpath option.
VectorOptionComponentTest Tests functionality of this OptionComponent
 

Package edu.rice.cs.drjava.ui.config Description

Contains the GUI code for displaying and modifying configuration options.