org.acm.seguin.ide.common.options
Class SelectedRules

java.lang.Object
  extended by org.acm.seguin.ide.common.options.SelectedRules

public class SelectedRules
extends java.lang.Object

Description of the Class

Author:
jiger.p

Constructor Summary
SelectedRules(java.lang.String project, java.awt.Component parent)
          Constructor for the SelectedRules object
 
Method Summary
 javax.swing.JCheckBox get(java.lang.Object key)
          Description of the Method
 java.lang.Object[] getAllBoxes()
          Gets the allBoxes attribute of the SelectedRules object
 Rule getRule(javax.swing.JCheckBox candidate)
          Gets the rule attribute of the SelectedRules object
 RuleSet getSelectedRules()
          Gets the selectedRules attribute of the SelectedRules object
 void save()
          Description of the Method
 int size()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectedRules

public SelectedRules(java.lang.String project,
                     java.awt.Component parent)
              throws RuleSetNotFoundException
Constructor for the SelectedRules object

Parameters:
project - Description of Parameter
parent - Description of Parameter
Throws:
RuleSetNotFoundException - Description of the Exception
Method Detail

getRule

public Rule getRule(javax.swing.JCheckBox candidate)
Gets the rule attribute of the SelectedRules object

Parameters:
candidate - Description of the Parameter
Returns:
The rule value

get

public javax.swing.JCheckBox get(java.lang.Object key)
Description of the Method

Parameters:
key - Description of the Parameter
Returns:
Description of the Return Value

getAllBoxes

public java.lang.Object[] getAllBoxes()
Gets the allBoxes attribute of the SelectedRules object

Returns:
The allBoxes value

getSelectedRules

public RuleSet getSelectedRules()
Gets the selectedRules attribute of the SelectedRules object

Returns:
The selectedRules value

size

public int size()
Description of the Method

Returns:
Description of the Return Value

save

public void save()
Description of the Method