| javax.swing.JPanel org.acm.seguin.tools.install.SettingGroup
All known Subclasses: org.acm.seguin.tools.install.CStyleGroup, org.acm.seguin.tools.install.BlockGroup, org.acm.seguin.tools.install.DescriptionGroup, org.acm.seguin.tools.install.JavadocGroup, org.acm.seguin.tools.install.SpacingGroup, org.acm.seguin.tools.install.MiscGroup, org.acm.seguin.tools.install.SortGroup, org.acm.seguin.tools.install.SingleLineGroup,
SettingGroup | abstract public class SettingGroup extends JPanel (Code) | | Stores a group of settings
author: Chris Seguin |
SettingGroup | public SettingGroup(String value)(Code) | | Constructor for the SettingGroup object
Parameters: value - the group name |
add | protected void add(SettingPanel panel, GridBagConstraints constraints)(Code) | | Description of the Method
Parameters: panel - Description of Parameter Parameters: constraints - Description of the Parameter |
add | protected void add(SettingPanel panel, GridBagConstraints constraints, boolean addToPanel)(Code) | | Adds the panel to the screen and the list
Parameters: panel - Description of Parameter Parameters: addToPanel - Description of Parameter Parameters: constraints - Description of the Parameter |
createDivider | protected Divider createDivider()(Code) | | Description of the Method
Description of the Return Value |
generateSetting | public void generateSetting(PrintWriter output)(Code) | | Generate the settings file for this particular setting
Parameters: output - the output stream |
getGroupName | public String getGroupName()(Code) | | Gets the GroupName attribute of the SettingGroup object
The GroupName value |
reload | public void reload()(Code) | | Reload all the settings from the file
|
setGroupName | public void setGroupName(String value)(Code) | | Sets the GroupName attribute of the SettingGroup object
Parameters: value - The new GroupName value |
updateDividers | protected void updateDividers()(Code) | | Description of the Method
|
|
|