Package | Description |
---|---|
org.eclipse.core.commands |
Application programming interfaces for commands and handlers.
|
org.eclipse.jface.bindings |
Provides support for bindings between commands and various user input events
(e.g., keyboard shortcuts).
|
org.eclipse.jface.bindings.keys |
Provides support for bindings between commands and keys.
|
org.eclipse.ui.commands | |
org.eclipse.ui.handlers |
Provides support for integrating handlers into the Eclipse workbench.
|
org.eclipse.ui.keys |
Provides support for integrating keys into the Eclipse workbench.
|
Modifier and Type | Method and Description |
---|---|
ParameterizedCommand |
CommandManager.deserialize(String serializedParameterizedCommand)
Returns a
ParameterizedCommand with a command and
parameterizations as specified in the provided
serializedParameterizedCommand string. |
Modifier and Type | Method and Description |
---|---|
ParameterizedCommand |
Binding.getParameterizedCommand()
Returns the parameterized command to which this binding applies.
|
Modifier and Type | Method and Description |
---|---|
TriggerSequence[] |
BindingManager.getActiveBindingsDisregardingContextFor(ParameterizedCommand parameterizedCommand)
Returns the active bindings for a particular command identifier, but
discounting the current contexts.
|
TriggerSequence[] |
BindingManager.getActiveBindingsFor(ParameterizedCommand parameterizedCommand)
Returns the active bindings for a particular command identifier.
|
boolean |
BindingManagerEvent.isActiveBindingsChangedFor(ParameterizedCommand parameterizedCommand)
Computes whether the active bindings have changed for a given command
identifier.
|
Constructor and Description |
---|
Binding(ParameterizedCommand command,
String schemeId,
String contextId,
String locale,
String platform,
String windowManager,
int type)
Constructs a new instance of
Binding . |
Constructor and Description |
---|
KeyBinding(KeySequence keySequence,
ParameterizedCommand command,
String schemeId,
String contextId,
String locale,
String platform,
String windowManager,
int type)
Constructs a new instance of
KeyBinding . |
Modifier and Type | Method and Description |
---|---|
ParameterizedCommand |
ICommandService.deserialize(String serializedParameterizedCommand)
Returns a
ParameterizedCommand with a command and
parameterizations as specified in the provided
serializedParameterizedCommand string. |
Modifier and Type | Method and Description |
---|---|
ExecutionEvent |
IHandlerService.createExecutionEvent(ParameterizedCommand command,
Event event)
Creates a parameterized execution event based on an SWT event and a
parameterized command.
|
Object |
IHandlerService.executeCommand(ParameterizedCommand command,
Event event)
Executes the given parameterized command.
|
Modifier and Type | Method and Description |
---|---|
TriggerSequence[] |
IBindingService.getActiveBindingsFor(ParameterizedCommand parameterizedCommand)
Gets the active bindings for a given parameterized command.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.