Eclipse Platform
Release 3.1

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

Packages that use ISchemeListener
org.eclipse.jface.bindings Provides support for bindings between commands and various user input events (e.g., keyboard shortcuts). 
 

Uses of ISchemeListener in org.eclipse.jface.bindings
 

Classes in org.eclipse.jface.bindings that implement ISchemeListener
 class BindingManager
           A central repository for bindings -- both in the defined and undefined states.
 

Methods in org.eclipse.jface.bindings with parameters of type ISchemeListener
 void Scheme.addSchemeListener(ISchemeListener schemeListener)
          Registers an instance of ISchemeListener to listen for changes to attributes of this instance.
 void Scheme.removeSchemeListener(ISchemeListener schemeListener)
          Unregisters an instance of ISchemeListener listening for changes to attributes of this instance.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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