public class FeatureRuleController extends java.lang.Object implements AggregateController.AggregateItemController<FeatureRule>
| Constructor and Description |
|---|
FeatureRuleController(javax.swing.text.JTextComponent txtRuleName,
javax.swing.text.JTextComponent txtRuleDescription,
javax.swing.JCheckBox chkRuleCheckAtFinishEditing,
javax.swing.JCheckBox chkRuleCheckAtUpdate,
javax.swing.JCheckBox chkRuleCheckAtEditFeature,
javax.swing.text.JTextComponent txtRuleValidation,
javax.swing.JButton btnRuleValidation,
javax.swing.JButton btnRuleValidationBookmarks,
javax.swing.JButton btnRuleValidationHistory) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
boolean |
fetch(FeatureRule rule) |
boolean |
isEditing() |
boolean |
isEnabled() |
void |
put(FeatureRule rule) |
void |
setAggregateModel(AggregateController.AggregateModel model) |
void |
setEnabled(boolean enabled) |
void |
setFeatureStore(FeatureStore featureStore) |
public FeatureRuleController(javax.swing.text.JTextComponent txtRuleName,
javax.swing.text.JTextComponent txtRuleDescription,
javax.swing.JCheckBox chkRuleCheckAtFinishEditing,
javax.swing.JCheckBox chkRuleCheckAtUpdate,
javax.swing.JCheckBox chkRuleCheckAtEditFeature,
javax.swing.text.JTextComponent txtRuleValidation,
javax.swing.JButton btnRuleValidation,
javax.swing.JButton btnRuleValidationBookmarks,
javax.swing.JButton btnRuleValidationHistory)
public void setFeatureStore(FeatureStore featureStore)
public void setEnabled(boolean enabled)
setEnabled in interface AggregateController.AggregateItemController<FeatureRule>public void put(FeatureRule rule)
put in interface AggregateController.AggregateItemController<FeatureRule>public boolean fetch(FeatureRule rule)
fetch in interface AggregateController.AggregateItemController<FeatureRule>public void clean()
clean in interface AggregateController.AggregateItemController<FeatureRule>public boolean isEditing()
isEditing in interface AggregateController.AggregateItemController<FeatureRule>public boolean isEnabled()
isEnabled in interface AggregateController.AggregateItemController<FeatureRule>public void setAggregateModel(AggregateController.AggregateModel model)
setAggregateModel in interface AggregateController.AggregateItemController<FeatureRule>