net.officefloor.eclipse.common.editpolicies.directedit
Interface DirectEditChangeFactory<C,M>

All Known Subinterfaces:
DirectEditAdapter<C,M>

public interface DirectEditChangeFactory<C,M>

Creates a Change to directly edit the name.

Author:
Daniel Sagenschneider

Method Summary
 Change<M> createChange(C changes, M target, String newValue)
          Creates the Change directly edit the Model.
 

Method Detail

createChange

Change<M> createChange(C changes,
                       M target,
                       String newValue)
Creates the Change directly edit the Model.

Parameters:
changes - Changes for the Model that is obtained from the AbstractOfficeFloorEditor. For example DeskChanges for the DeskEditor.
target - Target Model that is directly edited.
newValue - New value for the Model.
Returns:
Change to apply the new value onto the Model.


Copyright © 2005-2013. All Rights Reserved.