Uses of Class
org.eclipse.core.commands.Command
Packages that use Command
Package
Description
Application programming interfaces for commands and handlers.
Provides support for retrieving information on Commands from the workbench.
Provides support for integrating handlers into the Eclipse workbench.
-
Uses of Command in org.eclipse.core.commands
Methods in org.eclipse.core.commands that return CommandModifier and TypeMethodDescriptionCommand[]CommandManager.getAllCommands()Returns all of the commands known by this manager -- defined and undefined.final CommandCommandEvent.getCommand()Returns the instance of the interface that changed.CommandManager.getCommand(String commandId) Gets the command with the given identifier.final CommandExecutionEvent.getCommand()Returns the command being executed.ParameterizedCommand.getCommand()Returns the base command.Command[]CommandManager.getDefinedCommands()Returns the commands that are defined.Methods in org.eclipse.core.commands with parameters of type CommandModifier and TypeMethodDescriptionstatic CollectionParameterizedCommand.generateCombinations(Command command) Generates all the possible combinations of command parameterizations for the given command.static ParameterizedCommandParameterizedCommand.generateCommand(Command command, Map parameters) Take a command and a map of parameter IDs to values, and generate the appropriate parameterized command.CommandManager.getHelpContextId(Command command) Gets the help context identifier for a particular command.Constructors in org.eclipse.core.commands with parameters of type CommandModifierConstructorDescriptionCommandEvent(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, Map parameters, Object trigger, Object applicationContext) Constructs a new instance ofExecutionEvent.ParameterizedCommand(Command command, Parameterization[] parameterizations) Constructs a new instance ofParameterizedCommandwith specific values for zero or more of its parameters. -
Uses of Command in org.eclipse.e4.core.commands
Methods in org.eclipse.e4.core.commands that return CommandModifier and TypeMethodDescriptionECommandService.defineCommand(String id, String name, String description, Category category, IParameter[] parameters) ECommandService.defineCommand(String id, String name, String description, Category category, IParameter[] parameters, String helpContextId) ECommandService.getCommand(String commandId) Get command for id. -
Uses of Command in org.eclipse.e4.core.commands.internal
Methods in org.eclipse.e4.core.commands.internal that return CommandModifier and TypeMethodDescriptionCommandServiceImpl.defineCommand(String id, String name, String description, Category category, IParameter[] parameters) CommandServiceImpl.defineCommand(String id, String name, String description, Category category, IParameter[] parameters, String helpContextId) CommandServiceImpl.getCommand(String commandId) -
Uses of Command in org.eclipse.ui.commands
Methods in org.eclipse.ui.commands that return CommandModifier and TypeMethodDescriptionICommandService.getCommand(String commandId) Retrieves the command with the given identifier.Command[]ICommandService.getDefinedCommands()Returns the collection of all of the defined commands in the workbench.Methods in org.eclipse.ui.commands with parameters of type CommandModifier and TypeMethodDescriptionICommandService.getHelpContextId(Command command) Gets the help context identifier for a particular command. -
Uses of Command in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers with parameters of type CommandModifier and TypeMethodDescriptionIHandlerService.createExecutionEvent(Command command, Event event) Creates an execution event based on an SWT event.static booleanHandlerUtil.toggleCommandState(Command command) Toggles the command's state.static voidHandlerUtil.updateRadioState(Command command, String newState) Updates the radio state of the command to the given value