Uses of Class
edu.rice.cs.drjava.ui.config.OptionComponent

Packages that use OptionComponent
edu.rice.cs.drjava.ui.config Contains the GUI code for displaying and modifying configuration options. 
 

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

Subclasses of OptionComponent in edu.rice.cs.drjava.ui.config
 class BooleanOptionComponent
          Graphical form of a BooleanOption.
 class ColorOptionComponent
          Graphical form of a ColorOption.
 class FileOptionComponent
          Graphical form of a FileOption.
 class FontOptionComponent
          The Graphical form of a FontOption.
 class IntegerOptionComponent
          Graphical form of an IntegerOption.
 class KeyStrokeOptionComponent
          Graphical form of a KeyStrokeOption.
 class LabelComponent
          Displays a label in the form of an option component, to be displayed in a config panel.
 class StringOptionComponent
          Graphical form of a StringOption.
 class ToolbarOptionComponent
          The special option component for the toolbar text and toolbar icon options.
 class VectorOptionComponent
          Graphical form of a VectorOption for the Extra Classpath option.
 

Methods in edu.rice.cs.drjava.ui.config with parameters of type OptionComponent
 void ConfigPanel.addComponent(OptionComponent oc)
          The method for adding new OptionComponents to this ConfigPanel