Uses of Class
org.eclipse.core.commands.ParameterizedCommand

Packages that use ParameterizedCommand
org.eclipse.core.commands Application programming interfaces for commands and handlers. 
 

Uses of ParameterizedCommand in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands that return ParameterizedCommand
 ParameterizedCommand CommandManager.deserialize(java.lang.String serializedParameterizedCommand)
           Returns a ParameterizedCommand with a command and parameterizations as specified in the provided serializedParameterizedCommand string.
static ParameterizedCommand ParameterizedCommand.generateCommand(Command command, java.util.Map parameters)
          Take a command and a map of parameter IDs to values, and generate the appropriate parameterized command.