| Interface | Description |
|---|---|
| IChange |
any change to be done on the item. if the item is null, the complete item will change from 'old' to 'new'.
|
| ICommand<CONTEXT> |
command holding it's context and optional changes done by execution - to be undo-able or to be used by macros.
|
| ICommandManager |
all you need for undo/redo and macros. this generic solution allows to write a small framework to be enhanced by an
application developer through
ICommand.runWith(IChange...). |
| IMacroManager<CONTEXT> |
simple macro manager definition
|
Copyright © 2012–2021. All rights reserved.