Uses of Interface
org.eclipse.ui.commands.IElementReference
Packages that use IElementReference
Package
Description
Provides support for retrieving information on Commands from the workbench.
-
Uses of IElementReference in org.eclipse.ui.commands
Methods in org.eclipse.ui.commands that return IElementReferenceModifier and TypeMethodDescriptionICommandService.registerElementForCommand(ParameterizedCommand command, UIElement element) Register that this element accepts callbacks for this parameterized command.Methods in org.eclipse.ui.commands with parameters of type IElementReferenceModifier and TypeMethodDescriptionvoidICommandService.registerElement(IElementReference elementReference) Re-register a callback element provided by the ICommandService.voidICommandService.unregisterElement(IElementReference elementReference) Unregister an element callback.