Eclipse Platform
Release 3.3

Uses of Interface
org.eclipse.ui.commands.IElementReference

Packages that use IElementReference
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
 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
 void ICommandService.registerElement(IElementReference elementReference)
          Re-register a callback element provided by the ICommandService.
 void ICommandService.unregisterElement(IElementReference elementReference)
          Unregister an element callback.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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