|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DirectEditChangeFactory<C,M>
Creates a Change to directly edit the name.
| Method Summary | |
|---|---|
net.officefloor.model.change.Change<M> |
createChange(C changes,
M target,
String newValue)
Creates the Change directly edit the Model. |
| Method Detail |
|---|
net.officefloor.model.change.Change<M> createChange(C changes,
M target,
String newValue)
Change directly edit the Model.
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.
Change to apply the new value onto the Model.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||