Package | Description |
---|---|
org.eclipse.ui.commands |
Provides support for retrieving information on Commands from the workbench.
|
Modifier and Type | Method and Description |
---|---|
IElementReference |
ICommandService.registerElementForCommand(ParameterizedCommand command,
UIElement element)
Register that this element accepts callbacks for this parameterized
command.
|
Modifier and Type | Method and Description |
---|---|
void |
ICommandService.registerElement(IElementReference elementReference)
Re-register a callback element provided by the ICommandService.
|
void |
ICommandService.unregisterElement(IElementReference elementReference)
Unregister an element callback.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.