|
Eclipse Platform Release 3.1 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParameterizedCommand | |
|---|---|
| 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.keys | Provides support for integrating keys into the Eclipse workbench. |
| Uses of ParameterizedCommand in org.eclipse.jface.bindings |
|---|
| Methods in org.eclipse.jface.bindings that return ParameterizedCommand | |
|---|---|
ParameterizedCommand |
Binding.getParameterizedCommand()
Returns the parameterized command to which this binding applies. |
| Methods in org.eclipse.jface.bindings with parameters of type ParameterizedCommand | |
|---|---|
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. |
| Constructors in org.eclipse.jface.bindings with parameters of type ParameterizedCommand | |
|---|---|
Binding(ParameterizedCommand command,
java.lang.String schemeId,
java.lang.String contextId,
java.lang.String locale,
java.lang.String platform,
java.lang.String windowManager,
int type)
Constructs a new instance of Binding. |
|
| Uses of ParameterizedCommand in org.eclipse.jface.bindings.keys |
|---|
| Constructors in org.eclipse.jface.bindings.keys with parameters of type ParameterizedCommand | |
|---|---|
KeyBinding(KeySequence keySequence,
ParameterizedCommand command,
java.lang.String schemeId,
java.lang.String contextId,
java.lang.String locale,
java.lang.String platform,
java.lang.String windowManager,
int type)
Constructs a new instance of KeyBinding. |
|
| Uses of ParameterizedCommand in org.eclipse.ui.keys |
|---|
| Methods in org.eclipse.ui.keys with parameters of type ParameterizedCommand | |
|---|---|
TriggerSequence[] |
IBindingService.getActiveBindingsFor(ParameterizedCommand parameterizedCommand)
Gets the active bindings for a given parameterized command. |
|
Eclipse Platform Release 3.1 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.