public interface CreateChangeFactory<O>
Factory to create a Change to add a new Object.
Change
Object
Typically this will be from dragging an Object into the diagram.
Change<?>
createChange(Object newObject, org.eclipse.draw2d.geometry.Point location)
Change<?> createChange(Object newObject, org.eclipse.draw2d.geometry.Point location)
newObject
location
Copyright © 2005–2016. All rights reserved.