Package | Description |
---|---|
org.eclipse.core.commands |
Application programming interfaces for commands and handlers.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandManager
A central repository for commands -- both in the defined and undefined
states.
|
Modifier and Type | Method and Description |
---|---|
void |
Command.addCommandListener(ICommandListener commandListener)
Adds a listener to this command that will be notified when this command's
state changes.
|
void |
Command.removeCommandListener(ICommandListener commandListener)
Removes a listener from this command.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.