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

Packages that use StringOption
edu.rice.cs.drjava.config This package contains the code that allows for dynamically modifying the configuration options in DrJava. 
edu.rice.cs.drjava.ui.config Contains the GUI code for displaying and modifying configuration options. 
 

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

Fields in edu.rice.cs.drjava.config declared as StringOption
static StringOption OptionConstants.BROWSER_STRING
          A String used to launch a user's preferred browser.
static StringOption OptionConstants.DEBUG_STEP_EXCLUDE
          Which packages to exclude when stepping.
static StringOption OptionConstants.DIALOG_AUTOIMPORT_STATE
          The last state of the "Auto Import" dialog.
static StringOption OptionConstants.DIALOG_CLIPBOARD_HISTORY_STATE
          The last state of the "Clipboard History" dialog.
static StringOption OptionConstants.DIALOG_COMPLETE_WORD_STATE
          The last state of the "Complete File" dialog.
static StringOption OptionConstants.DIALOG_DEBUGFRAME_STATE
          The last state of the "Debugger" frame.
static StringOption OptionConstants.DIALOG_EDITEXTERNALPROCESS_STATE
          The last state of the "Edit External Process" dialog.
static StringOption OptionConstants.DIALOG_EXTERNALPROCESS_STATE
          The last state of the "Execute External Process" dialog.
static StringOption OptionConstants.DIALOG_GOTOFILE_STATE
          The last state of the "Go to File" dialog.
static StringOption OptionConstants.DIALOG_JAROPTIONS_STATE
          The last state of the "Create Jar from Project" dialog.
static StringOption OptionConstants.DIALOG_OPENJAVADOC_STATE
          The last state of the "Open Javadoc" dialog.
static StringOption OptionConstants.DIALOG_TABBEDPANES_STATE
          The last state of the "Tabbed Panes" frame.
static StringOption OptionConstants.JAVADOC_1_3_LINK
          Constants for the URLs of Sun's system class documentation for different versions of Java.
static StringOption OptionConstants.JAVADOC_1_4_LINK
           
static StringOption OptionConstants.JAVADOC_1_5_LINK
           
static StringOption OptionConstants.JAVADOC_1_6_LINK
           
static StringOption OptionConstants.JAVADOC_CUSTOM_PARAMS
          A string containing custom options to be passed to Javadoc.
static StringOption OptionConstants.LAST_DRJAVA_SURVEY_RESULT
          The request URL that the user generated the last time the DrJava survey was taken.
static StringOption OptionConstants.MASTER_JVM_ARGS
          The command-line arguments to be passed to the Master JVM.
static StringOption OptionConstants.SLAVE_JVM_ARGS
          The command-line arguments to be passed to the Slave JVM.
 

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

Constructors in edu.rice.cs.drjava.ui.config with parameters of type StringOption
StringOptionComponent(StringOption opt, String text, SwingFrame parent)
           
StringOptionComponent(StringOption opt, String text, SwingFrame parent, String description)
          Constructor that allows for a tooltip description.