| Class | Description |
|---|---|
| AChange | |
| ACommand<CONTEXT> |
simple command implementation to be used by a command manager
|
| CommandManager |
simple implementation of undo/redo and macro mechanism. you have to implement one simple method
ICommand.runWith(IChange...) to have undo/redo and macros. |
| MacroRecorder<CONTEXT> |
Simple implementation of
IMacroManager |
Copyright © 2012–2021. All rights reserved.