Uses of Interface
org.eclipse.ui.commands.IElementReference
Package
Description
Provides support for retrieving information on Commands from the workbench.
-
Uses of IElementReference in org.eclipse.ui.commands
Modifier and TypeMethodDescriptionICommandService.registerElementForCommand
(ParameterizedCommand command, UIElement element) Register that this element accepts callbacks for this parameterized command.Modifier and TypeMethodDescriptionvoid
ICommandService.registerElement
(IElementReference elementReference) Re-register a callback element provided by the ICommandService.void
ICommandService.unregisterElement
(IElementReference elementReference) Unregister an element callback.