Uses of Interface
org.eclipse.ui.commands.IElementReference
-
Packages that use IElementReference Package Description org.eclipse.ui.commands 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 IElementReference Modifier and Type Method Description IElementReference
ICommandService. 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 IElementReference Modifier and Type Method Description void
ICommandService. registerElement(IElementReference elementReference)
Re-register a callback element provided by the ICommandService.void
ICommandService. unregisterElement(IElementReference elementReference)
Unregister an element callback.
-