hok.model
Class ConstraintCellModifier

java.lang.Object
  extended by 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

Constructor Summary
ConstraintCellModifier(WizardView view)
          The constructor.
 
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
 

Constructor Detail

ConstraintCellModifier

public ConstraintCellModifier(WizardView view)
The constructor. It sets the view.

Parameters:
view - the view to set.
Method Detail

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