Uses of Interface
org.eclipse.jface.bindings.keys.IKeyLookup
-
Packages that use IKeyLookup Package Description 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 Modifier and Type Class Description classSWTKeyLookupA 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 Modifier and Type Method Description static IKeyLookupKeyLookupFactory. getDefault()An accessor for the current default look-up.static IKeyLookupKeyLookupFactory. getSWTKeyLookup()Provides an instance ofSWTKeyLookup.Methods in org.eclipse.jface.bindings.keys with parameters of type IKeyLookup Modifier and Type Method Description static voidKeyLookupFactory. setDefault(IKeyLookup defaultLookup)Sets the default look-up.
-