| org.acm.seguin.tools.install.SettingPanel org.acm.seguin.tools.install.IndexedPanel
All known Subclasses: org.acm.seguin.tools.install.FieldNameIndentPanel, org.acm.seguin.tools.install.CStyleIndentPanel, org.acm.seguin.tools.install.JavadocStarPanel, org.acm.seguin.tools.install.ImplementsIndentPanel, org.acm.seguin.tools.install.DescriptionIndentPanel, org.acm.seguin.tools.install.DynamicVariableSpacingPanel, org.acm.seguin.tools.install.ClassLinesPanel, org.acm.seguin.tools.install.ExtendsIndentPanel, org.acm.seguin.tools.install.JavadocWordwrapMaxPanel, org.acm.seguin.tools.install.JavadocWordwrapMinPanel, org.acm.seguin.tools.install.LinesBetweenPanel, org.acm.seguin.tools.install.SinglelineCommentIncrementalindentPanel, org.acm.seguin.tools.install.PackageLinesPanel, org.acm.seguin.tools.install.IndentPanel, org.acm.seguin.tools.install.SinglelineCommentAbsoluteindentPanel, org.acm.seguin.tools.install.JavadocIndentPanel, org.acm.seguin.tools.install.CaseIndentPanel,
IndexedPanel | abstract public class IndexedPanel extends SettingPanel (Code) | | Allows the user to select true or false
author: Chris Seguin |
IndexedPanel | public IndexedPanel()(Code) | | Constructor for the IndexedPanel object
|
addControl | public void addControl()(Code) | | Adds a feature to the Control attribute of the TogglePanel object
|
addControl | public void addControl(int low, int high)(Code) | | Adds a feature to the Control attribute of the TogglePanel object
Parameters: low - The feature to be added to the Control attribute Parameters: high - The feature to be added to the Control attribute |
getValue | public String getValue()(Code) | | Gets the Value attribute of the TogglePanel object
The Value value |
reload | public void reload()(Code) | | Reloads the value from the file
|
setMaximum | public void setMaximum(int value)(Code) | | Sets the Maximum attribute of the IndexedPanel object
Parameters: value - The new Maximum value |
setMinimum | public void setMinimum(int value)(Code) | | Sets the Minimum attribute of the IndexedPanel object
Parameters: value - The new Minimum value |
updateState | protected void updateState()(Code) | | Description of the Method
|
|
|