|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Subclasses of ConfigPanel in edu.rice.cs.drjava.ui.config | |
class |
KeyStrokeConfigPanel
Panel to display all KeyStrokeOptionComponents. |
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 | |
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 ConfigFrame.PanelTreeNode |
ConfigFrame._createPanel(ConfigPanel c,
ConfigFrame.PanelTreeNode parent)
Creates an individual panel, adds it to the JTree and the list of panels, and returns the tree node. |
private void |
ConfigFrame._setupResourceLocPanel(ConfigPanel panel)
Add all of the components for the Resource Locations 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._setupFontPanel(ConfigPanel panel)
Add all of the components for the Font panel of the preferences window. |
private void |
ConfigFrame._setupColorPanel(ConfigPanel panel)
Adds all of the components for the Color 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._setupDebugPanel(ConfigPanel panel)
Add all of the components for the Debugger panel of the preferences window. |
private void |
ConfigFrame._setupMiscPanel(ConfigPanel panel)
Adds all of the components for the Miscellaneous panel of the preferences window. |
Constructors in edu.rice.cs.drjava.ui.config with parameters of type ConfigPanel | |
ConfigFrame.PanelTreeNode(ConfigPanel c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |