Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.core.commands.ParameterizedCommand

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
 boolean BindingManagerEvent.isActiveBindingsChangedFor(ParameterizedCommand parameterizedCommand)
          Computes whether the active bindings have changed for a given command identifier.
 TriggerSequence[] BindingManager.getActiveBindingsFor(ParameterizedCommand parameterizedCommand)
           Returns the active bindings for a particular command identifier.
 

Constructors in org.eclipse.jface.bindings with parameters of type ParameterizedCommand
Binding(ParameterizedCommand command, String schemeId, String contextId, String locale, String platform, 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, String schemeId, String contextId, String locale, String platform, 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

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.