Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.ui.menus.UIElement

Packages that use UIElement
org.eclipse.ui.commands Provides support for retrieving information on Commands from the workbench. 
 

Uses of UIElement in org.eclipse.ui.commands
 

Methods in org.eclipse.ui.commands that return UIElement
 UIElement IElementReference.getElement()
          The callback that was registered.
 

Methods in org.eclipse.ui.commands with parameters of type UIElement
 void IElementUpdater.updateElement(UIElement element, Map parameters)
          Whenever the elements for a command are refreshed, this method is called on the active handler for that command.
 IElementReference ICommandService.registerElementForCommand(ParameterizedCommand command, UIElement element)
          Register that this element accepts callbacks for this parameterized command.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.