public final class KeyLookupFactory extends Object
A factory class for ILookup
instances. This factory can be
used to retrieve instances of look-ups defined by this package. It also
allows you to define your own look-up for use in the classes.
Modifier and Type | Method and Description |
---|---|
static IKeyLookup |
getDefault()
An accessor for the current default look-up.
|
static IKeyLookup |
getSWTKeyLookup()
Provides an instance of
SWTKeyLookup . |
static void |
setDefault(IKeyLookup defaultLookup)
Sets the default look-up.
|
public static final IKeyLookup getSWTKeyLookup()
SWTKeyLookup
.null
.public static final IKeyLookup getDefault()
null
.public static final void setDefault(IKeyLookup defaultLookup)
defaultLookup
- the default look-up. Must not be null
.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.