Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.jface.bindings.keys.IKeyLookup

Packages that use IKeyLookup
org.eclipse.jface.bindings.keys Provides support for bindings between commands and keys. 
 

Uses of IKeyLookup in org.eclipse.jface.bindings.keys
 

Classes in org.eclipse.jface.bindings.keys that implement IKeyLookup
 class SWTKeyLookup
           A look-up table for the formal grammar for keys, and the integer values they represent.
 

Methods in org.eclipse.jface.bindings.keys that return IKeyLookup
static IKeyLookup KeyLookupFactory.getSWTKeyLookup()
          Provides an instance of SWTKeyLookup.
static IKeyLookup KeyLookupFactory.getDefault()
          An accessor for the current default look-up.
 

Methods in org.eclipse.jface.bindings.keys with parameters of type IKeyLookup
static void KeyLookupFactory.setDefault(IKeyLookup defaultLookup)
          Sets the default look-up.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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