Uses of Interface
org.eclipse.jface.bindings.keys.IKeyLookup
Packages that use IKeyLookup
Package
Description
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 IKeyLookupModifier and TypeClassDescriptionfinal classA look-up table for the formal grammar for keys, and the integer values they represent.Methods in org.eclipse.jface.bindings.keys that return IKeyLookupModifier and TypeMethodDescriptionstatic final IKeyLookupKeyLookupFactory.getDefault()An accessor for the current default look-up.static final IKeyLookupKeyLookupFactory.getSWTKeyLookup()Provides an instance ofSWTKeyLookup.Methods in org.eclipse.jface.bindings.keys with parameters of type IKeyLookupModifier and TypeMethodDescriptionstatic final voidKeyLookupFactory.setDefault(IKeyLookup defaultLookup) Sets the default look-up.