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
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.