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

Contains the GUI code for displaying and modifying configuration options.

See:
          Description

Interface Summary
OptionComponent.ChangeListener Interface for change listener.
 

Class Summary
BooleanOptionComponent Graphical form of a BooleanOption.
BooleanOptionComponentTest Tests functionality of this OptionComponent
ButtonComponent Button component to perform some action.
ColorOptionComponent Graphical form of a ColorOption.
ColorOptionComponentTest Tests functionality of this OptionComponent
ConfigDescriptions Descriptions for configuration items.
ConfigFrame The frame for setting Configuration options on the fly
ConfigPanel The panel that set of configuration options (e.g.
DirectoryOptionComponent Graphical form of a FileOption.
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
ForcedChoiceOptionComponent This component displays all legal choices for a ForcedChoiceOption as a list of radio buttons.
ForcedChoiceOptionComponentTest Tests functionality of this OptionComponent.
IntegerOptionComponent Graphical form of an IntegerOption.
IntegerOptionComponentTest Tests functionality of this OptionComponent.
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<T,C extends JComponent> 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.
VectorAbsRelFileOptionComponent Graphical form of a VectorOption for the Extra Classpath/Sourcepath options.
VectorClassnameOptionComponent  
VectorFileOptionComponent Graphical form of a VectorOption for the Extra Classpath/Sourcepath options.
VectorFileOptionComponentTest Tests functionality of this OptionComponent
VectorKeyStrokeOptionComponent Graphical form of a VectorOption for the KeyStroke options.
VectorKeyStrokeOptionComponentTest Tests functionality of this OptionComponent.
VectorOptionComponent<T> Graphical form of a VectorOption for the Extra Classpath option.
VectorOptionComponent.ButtonEditor Editor for buttons.
VectorOptionComponent.ComponentCellRenderer Renderer for GUI components.
VectorStringOptionComponent Graphical form of a VectorOption for the string options.
 

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

Contains the GUI code for displaying and modifying configuration options.