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

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

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

Fields in edu.rice.cs.drjava.ui.config declared as ConfigPanel
private  ConfigPanel ConfigFrame.PanelTreeNode._panel
           
 

Methods in edu.rice.cs.drjava.ui.config that return ConfigPanel
private  ConfigPanel ConfigFrame.PanelTreeNode.getPanel()
           
 

Methods in edu.rice.cs.drjava.ui.config with parameters of type ConfigPanel
private  void ConfigFrame._displayPanel(ConfigPanel cf)
          Sets the given ConfigPanel as the visible panel.
private  void ConfigFrame._setupColorPanel(ConfigPanel panel)
          Adds all of the components for the Color panel of the preferences window.
private  void ConfigFrame._setupCompilerPanel(ConfigPanel panel)
          Adds all of the components for the Compiler Options Panel of the preferences window
private  void ConfigFrame._setupDebugPanel(ConfigPanel panel)
          Add all of the components for the Debugger panel of the preferences window.
private  void ConfigFrame._setupDisplayPanel(ConfigPanel panel)
          Add all of the components for the Display Options panel of the preferences window.
private  void ConfigFrame._setupFileTypesPanel(ConfigPanel panel)
          Adds all of the components for the file types panel of the preferences window.
private  void ConfigFrame._setupFontPanel(ConfigPanel panel)
          Add all of the components for the Font panel of the preferences window.
private  void ConfigFrame._setupInteractionsPanel(ConfigPanel panel)
          Add all of the components for the Interactions panel of the preferences window.
private  void ConfigFrame._setupJavadocPanel(ConfigPanel panel)
          Add all of the components for the Javadoc panel of the preferences window.
private  void ConfigFrame._setupJUnitPanel(ConfigPanel panel)
          Add all of the components for the JUnit panel of the preferences window.
private  void ConfigFrame._setupJVMsPanel(ConfigPanel panel)
          Adds all of the components for the JVMs panel of the preferences window.
private  void ConfigFrame._setupKeyBindingsPanel(ConfigPanel panel)
          Adds all of the components for the Key Bindings panel of the preferences window.
private  void ConfigFrame._setupMiscPanel(ConfigPanel panel)
          Adds all of the components for the Miscellaneous panel of the preferences window.
private  void ConfigFrame._setupNotificationsPanel(ConfigPanel panel)
          Adds all of the components for the Prompts panel of the preferences window.
private  void ConfigFrame._setupPositionsPanel(ConfigPanel panel)
          Add all of the components for the Positions panel of the preferences window.
private  void ConfigFrame._setupResourceLocPanel(ConfigPanel panel)
          Add all of the components for the Resource Locations panel of the preferences window.
<X,C extends JComponent>
void
ConfigFrame.addOptionComponent(ConfigPanel panel, OptionComponent<X,C> oc)
           
 

Constructors in edu.rice.cs.drjava.ui.config with parameters of type ConfigPanel
ConfigFrame.PanelTreeNode(ConfigPanel c)