Package | Description |
---|---|
org.eclipse.core.commands |
Application programming interfaces for commands and handlers.
|
org.eclipse.jface.commands |
Provides JFace-specific support for commands.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractHandler.addHandlerListener(IHandlerListener handlerListener) |
void |
IHandler.addHandlerListener(IHandlerListener handlerListener)
Registers an instance of
IHandlerListener to listen for
changes to properties of this instance. |
void |
AbstractHandler.removeHandlerListener(IHandlerListener handlerListener) |
void |
IHandler.removeHandlerListener(IHandlerListener handlerListener)
Unregisters an instance of
IHandlerListener listening for
changes to properties of this instance. |
Modifier and Type | Method and Description |
---|---|
void |
ActionHandler.addHandlerListener(IHandlerListener handlerListener) |
void |
ActionHandler.removeHandlerListener(IHandlerListener handlerListener) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.