Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.jface.bindings.IBindingManagerListener

Packages that use IBindingManagerListener
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.  
org.eclipse.jface.bindings Provides support for bindings between commands and various user input events (e.g., keyboard shortcuts). 
 

Uses of IBindingManagerListener in org.eclipse.jface.action
 

Classes in org.eclipse.jface.action that implement IBindingManagerListener
static class ExternalActionManager.CommandCallback
          A simple implementation of the ICallback mechanism that simply takes a BindingManager and a CommandManager.
 

Uses of IBindingManagerListener in org.eclipse.jface.bindings
 

Methods in org.eclipse.jface.bindings with parameters of type IBindingManagerListener
 void BindingManager.addBindingManagerListener(IBindingManagerListener listener)
           Adds a listener to this binding manager.
 void BindingManager.removeBindingManagerListener(IBindingManagerListener listener)
           Removes a listener from this binding manager.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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