| Package | Description |
|---|---|
| org.eclipse.ui.commands |
Provides support for retrieving information on Commands from the workbench.
|
| org.eclipse.ui.help |
Classes for integration with the help support system
in the Eclipse Platform User Interface.
|
| Modifier and Type | Method and Description |
|---|---|
ICommand |
CommandEvent.getCommand()
Deprecated.
|
ICommand |
ICommandManager.getCommand(String commandId)
Deprecated.
|
| Constructor and Description |
|---|
CommandEvent(ICommand command,
boolean attributeValuesByNameChanged,
boolean categoryIdChanged,
boolean definedChanged,
boolean descriptionChanged,
boolean handledChanged,
boolean keySequenceBindingsChanged,
boolean nameChanged,
Map previousAttributeValuesByName)
Deprecated.
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
static HelpListener |
WorkbenchHelp.createHelpListener(ICommand command)
Deprecated.
Creates a new help listener for the given command.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.