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

Methods in org.eclipse.core.commands with parameters of type Command
static 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
ParameterizedCommand(Command command, Parameterization[] parameterizations)
          Constructs a new instance of ParameterizedCommand with specific values for zero or more of its parameters.
CommandEvent(Command command, boolean categoryChanged, boolean definedChanged, boolean descriptionChanged, boolean handledChanged, boolean nameChanged, boolean parametersChanged)
          Creates a new instance of this class.
 

Uses of Command in org.eclipse.ui.commands
 

Methods in org.eclipse.ui.commands that return Command
 Command ICommandService.getCommand(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.