public interface IElementReference
Similar in functionality to an IHandlerActivation. This interface should not be implemented or extended by clients.
Modifier and Type | Method and Description |
---|---|
String |
getCommandId()
The command id that this callback was registered against.
|
UIElement |
getElement()
The callback that was registered.
|
Map |
getParameters()
Parameters that help scope this callback registration.
|
String getCommandId()
null
.UIElement getElement()
null
.Map getParameters()
null
.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.