Eclipse Platform
Release 3.1

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 CommandEvent.getCommand()
          Returns the instance of the interface that changed.
 Command ParameterizedCommand.getCommand()
          Returns the base command.
 Command CommandManager.getCommand(java.lang.String commandId)
          Gets the command with the given identifier.
 

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.
 

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.
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.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.