All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractCommand<T,V> Base type for commandsAbstractCommandEvent<C,V> 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.BadCommandArgumentsException A command argument is not valid.Command<T,V> CommandException Base exception type for runtime command errors.CommandListener<T,V> CommandManager<T,V> Manager to handle execution of commands in a given context.CommandManagerImpl<C,V> CommandResult<T> Result from the execution of a commandCommandResult.Type CommandResultBuilder<V> CommandResultImpl<V> CommandUtils DelegateCommandManager<C,V> HasCommandListener<L extends CommandListener>