Class AbstractCommandRegistryManager<C extends Command>
- java.lang.Object
-
- org.kie.workbench.common.command.client.registry.AbstractCommandRegistryManager<C>
-
- Type Parameters:
C-
public abstract class AbstractCommandRegistryManager<C extends Command> extends Object
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.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.appformer.client.stateControl.registry.Registry<C>doneCommandsRegistryprotected org.appformer.client.stateControl.registry.impl.DefaultRegistryImpl<C>undoneCommandsRegistry
-
Constructor Summary
Constructors Constructor Description AbstractCommandRegistryManager()
-