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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.