| Class | Description |
|---|---|
| AbstractCommandRegistryManager<C extends Command> |
This bean provides two Registries which can be used to manage the Undo/Redo functionality for an editor
Registry doneCommands contains executed commands by the user, while undoneCommand registry holds the undo commands
by the user, which can be redo.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.