public interface DirectEditChangeFactory<C,M>
Change
to directly edit the name.Modifier and Type | Method and Description |
---|---|
Change<M> |
createChange(C changes,
M target,
String newValue)
|
Change<M> createChange(C changes, M target, String newValue)
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
.Copyright © 2005–2016. All rights reserved.