| |
|
| java.lang.Object org.eclipse.ui.internal.commands.CommandLegacyWrapper
CommandLegacyWrapper | final class CommandLegacyWrapper implements ICommand(Code) | | A wrapper around a core command so that it satisfies the deprecated
ICommand interface.
since: 3.1 |
CommandLegacyWrapper | CommandLegacyWrapper(Command command, BindingManager bindingManager)(Code) | | Constructs a new CommandWrapper
Parameters: command - The command to be wrapped; must not be null . Parameters: bindingManager - The binding manager to support this wrapper; must not benull . |
getAttributeValuesByName | final public Map getAttributeValuesByName()(Code) | | |
getKeySequenceBindings | final public List getKeySequenceBindings()(Code) | | |
isDefined | final public boolean isDefined()(Code) | | |
isHandled | final public boolean isHandled()(Code) | | |
|
|
|