| javax.swing.JPanel org.acm.seguin.tools.install.SettingPanel
All known Subclasses: org.acm.seguin.tools.install.SortControlSettingPanel, org.acm.seguin.tools.install.IndexedPanel, org.acm.seguin.tools.install.TextPanel, org.acm.seguin.tools.install.SortSettingPanel, org.acm.seguin.tools.install.TogglePanel, org.acm.seguin.tools.install.TagEditorSettingPanel, org.acm.seguin.tools.install.OptionPanel, org.acm.seguin.tools.install.MultilineSettingPanel,
SettingPanel | abstract public class SettingPanel extends JPanel (Code) | | Generic base class containing the setting panel
author: Chris Seguin |
teletype | protected static Font teletype(Code) | | Description of the Field
|
SettingPanel | public SettingPanel()(Code) | | Constructor for the SettingPanel object
|
addCodeDescription | public void addCodeDescription(String value)(Code) | | Adds a feature to the Description attribute of the SettingPanel object
Parameters: value - The feature to be added to the Description attribute |
addCodeDescription | protected void addCodeDescription(String value, boolean show)(Code) | | Adds a feature to the Description attribute of the SettingPanel object
Parameters: value - The feature to be added to the Description attribute Parameters: show - true if this should be displayed |
addCodeLabel | protected void addCodeLabel(String value)(Code) | | Adds a feature to the Label attribute of the SettingPanel object
Parameters: value - The feature to be added to the Label attribute |
addDescription | public void addDescription(String value)(Code) | | Adds a feature to the Description attribute of the SettingPanel object
Parameters: value - The feature to be added to the Description attribute |
addDescription | protected void addDescription(String value, boolean show)(Code) | | Adds a feature to the Description attribute of the SettingPanel object
Parameters: value - The feature to be added to the Description attribute Parameters: show - true if this should be displayed |
addLabel | protected void addLabel(String value)(Code) | | Adds a feature to the Label attribute of the SettingPanel object
Parameters: value - The feature to be added to the Label attribute |
generateSetting | public void generateSetting(PrintWriter output)(Code) | | Generate the settings file for this particular setting
Parameters: output - the output stream |
getDefaultValue | public String getDefaultValue()(Code) | | Gets the DefaultValue attribute of the SettingPanel object
The DefaultValue value |
getInitialValue | abstract protected String getInitialValue()(Code) | | Gets the initial value if it is not defined
The InitialValue value |
getKey | abstract public String getKey()(Code) | | Gets the Key attribute of the SettingPanel object
The Key value |
getValue | public String getValue()(Code) | | Gets the Value attribute of the SettingPanel object
The Value value |
incrItems | protected void incrItems()(Code) | | Increment the number of items in the grid
|
printDescription | protected void printDescription(PrintWriter output)(Code) | | Description of the Method
Parameters: output - Description of Parameter |
reload | abstract public void reload()(Code) | | Reload the value from the pretty.settings file
|
|
|