|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CreateChangeFactory<O>
Factory to create a Change to add a new Object.
Typically this will be from dragging an Object into the diagram.
| Method Summary | |
|---|---|
Change<?> |
createChange(Object newObject,
org.eclipse.draw2d.geometry.Point location)
Creates a Change to add a new Object. |
| Method Detail |
|---|
Change<?> createChange(Object newObject,
org.eclipse.draw2d.geometry.Point location)
Change to add a new Object.
newObject - New Object to add.location - Location to add the Object.
Change to add the new Object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||