public static CommandManagerLegacyWrapper | getCommandManagerWrapper(BindingManager bindingManager, CommandManager commandManager, ContextManager contextManager) Creates a new instance of IMutableCommandManager .
Parameters: bindingManager - The binding manager providing support for the command manager;must not be null . Parameters: commandManager - The command manager providing support for this commandmanager; must not be null . Parameters: contextManager - The context manager for this command manager; must not benull . |