hok.model
Class ConstraintCellModifier
java.lang.Object
hok.model.ConstraintCellModifier
- All Implemented Interfaces:
- ICellModifier
public class ConstraintCellModifier
- extends java.lang.Object
- implements ICellModifier
The ConstraintCellModifier modifies the values of the constraint model. It Evaluates the values
of the celleditors attached to each column.
- Author:
- holger
Method Summary |
boolean |
canModify(java.lang.Object element,
java.lang.String property)
|
java.lang.Object |
getValue(java.lang.Object element,
java.lang.String property)
|
void |
modify(java.lang.Object element,
java.lang.String property,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstraintCellModifier
public ConstraintCellModifier(WizardView view)
- The constructor. It sets the view.
- Parameters:
view
- the view to set.
canModify
public boolean canModify(java.lang.Object element,
java.lang.String property)
- Specified by:
canModify
in interface ICellModifier
getValue
public java.lang.Object getValue(java.lang.Object element,
java.lang.String property)
- Specified by:
getValue
in interface ICellModifier
modify
public void modify(java.lang.Object element,
java.lang.String property,
java.lang.Object value)
- Specified by:
modify
in interface ICellModifier