public interface IlvGraphicEdit extends UndoableEdit
IlvGraphicEdit edit = new MyEdit(); edit.before(graphic); ... changes occur on graphic edit.after(graphic); ... // undo the changes that happened between before and after edit.undo(); // redo the changes that happened between before and after edit.redo();
Modifier and Type | Method and Description |
---|---|
void |
after(IlvGraphic g)
Fill the edit with information about the status of the graphic object
after it has changed.
|
void |
before(IlvGraphic g)
Fill the edit with information about the status of the graphic object
before it has changed.
|
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, undo
void before(IlvGraphic g)
void after(IlvGraphic g)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.