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

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

Uses of Command in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands that return Command
 Command[] CommandManager.getAllCommands()
          Returns all of the commands known by this manager -- defined and undefined.
 Command ParameterizedCommand.getCommand()
          Returns the base command.
 Command ExecutionEvent.getCommand()
          Returns the command being executed.
 Command CommandEvent.getCommand()
          Returns the instance of the interface that changed.
 Command CommandManager.getCommand(java.lang.String commandId)
          Gets the command with the given identifier.
 Command[] CommandManager.getDefinedCommands()
          Returns the commands that are defined.
 

Methods in org.eclipse.core.commands with parameters of type Command
static java.util.Collection ParameterizedCommand.generateCombinations(Command command)
           Generates all the possible combinations of command parameterizations for the given command.
 java.lang.String CommandManager.getHelpContextId(Command command)
          Gets the help context identifier for a particular command.
 

Constructors in org.eclipse.core.commands with parameters of type Command
CommandEvent(Command command, boolean categoryChanged, boolean definedChanged, boolean descriptionChanged, boolean handledChanged, boolean nameChanged, boolean parametersChanged)
          Creates a new instance of this class.
CommandEvent(Command command, boolean categoryChanged, boolean definedChanged, boolean descriptionChanged, boolean handledChanged, boolean nameChanged, boolean parametersChanged, boolean returnTypeChanged)
          Creates a new instance of this class.
CommandEvent(Command command, boolean categoryChanged, boolean definedChanged, boolean descriptionChanged, boolean handledChanged, boolean nameChanged, boolean parametersChanged, boolean returnTypeChanged, boolean helpContextIdChanged)
          Creates a new instance of this class.
CommandEvent(Command command, boolean categoryChanged, boolean definedChanged, boolean descriptionChanged, boolean handledChanged, boolean nameChanged, boolean parametersChanged, boolean returnTypeChanged, boolean helpContextIdChanged, boolean enabledChanged)
          Creates a new instance of this class.
ExecutionEvent(Command command, java.util.Map parameters, java.lang.Object trigger, java.lang.Object applicationContext)
          Constructs a new instance of ExecutionEvent.
ParameterizedCommand(Command command, Parameterization[] parameterizations)
          Constructs a new instance of ParameterizedCommand with specific values for zero or more of its parameters.
 

Uses of Command in org.eclipse.ui.commands
 

Methods in org.eclipse.ui.commands that return Command
 Command ICommandService.getCommand(java.lang.String commandId)
          Retrieves the command with the given identifier.