Uses of Class
org.eclipse.ui.menus.UIElement
Packages that use UIElement
Package
Description
Provides support for retrieving information on Commands from the workbench.
- 
Uses of UIElement in org.eclipse.ui.commandsMethods in org.eclipse.ui.commands that return UIElementModifier and TypeMethodDescriptionIElementReference.getElement()The callback that was registered.Methods in org.eclipse.ui.commands with parameters of type UIElementModifier and TypeMethodDescriptionICommandService.registerElementForCommand(ParameterizedCommand command, UIElement element) Register that this element accepts callbacks for this parameterized command.voidIElementUpdater.updateElement(UIElement element, Map parameters) Whenever the elements for a command are refreshed, this method is called on the active handler for that command.
- 
Uses of UIElement in org.eclipse.ui.internalMethods in org.eclipse.ui.internal with parameters of type UIElementModifier and TypeMethodDescriptionvoidShowInHandler.updateElement(UIElement element, Map parameters) voidWorkbenchHandlerServiceHandler.updateElement(UIElement element, Map parameters)