| edu.rice.cs.drjava.ui.config.LabelComponent
LabelComponent | public class LabelComponent extends OptionComponent(Code) | | Displays a label in the form of an option component, to be displayed
in a config panel.
|
getComponent | public JComponent getComponent()(Code) | | Return's this OptionComponent's configurable component.
|
setDescription | public void setDescription(String description)(Code) | | |
setValue | public void setValue(Object value)(Code) | | Displays the given value. (Never changes.)
|
updateConfig | public boolean updateConfig()(Code) | | Updates the config object with the new setting. (Does nothing.)
true if the new value is set successfully |
|
|