net.officefloor.eclipse.common.editpolicies.layout
Interface ConstraintChangeFactory<M>


public interface ConstraintChangeFactory<M>

Factory to create a Change to change constraint on a Model.

Author:
Daniel Sagenschneider

Method Summary
 Change<M> createChange(M target, org.eclipse.draw2d.geometry.Rectangle constraint)
          Creates the Change.
 

Method Detail

createChange

Change<M> createChange(M target,
                       org.eclipse.draw2d.geometry.Rectangle constraint)
Creates the Change.

Parameters:
target - Model to have its constraints changed.
constraint - New constraint for Model.
Returns:
Change to change constraint of Model.


Copyright © 2005-2013. All Rights Reserved.