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 ButtonComponent
          Button component to perform some action.
 class ColorOptionComponent
          Graphical form of a ColorOption.
 class DirectoryOptionComponent
          Graphical form of a FileOption.
 class FileOptionComponent
          Graphical form of a FileOption.
 class FontOptionComponent
          The Graphical form of a FontOption.
 class ForcedChoiceOptionComponent
          This component displays all legal choices for a ForcedChoiceOption as a list of radio buttons.
 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 VectorClassnameOptionComponent
           
 class VectorFileOptionComponent
          Graphical form of a VectorOption for the Extra Classpath/Sourcepath options.
 class VectorOptionComponent<T>
          Graphical form of a VectorOption for the Extra Classpath option.
 

Fields in edu.rice.cs.drjava.ui.config with type parameters of type OptionComponent
protected  Vector<OptionComponent<?>> ConfigPanel._components
           
 

Methods in edu.rice.cs.drjava.ui.config that return OptionComponent
 OptionComponent<T> OptionComponent.setEntireColumn(boolean entireColumn)
          Whether the component should occupy the entire column.
 

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
<X> void
ConfigFrame.addOptionComponent(ConfigPanel panel, OptionComponent<X> oc)