Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.jface.bindings.keys
Class KeyLookupFactory


java.lang.Object
  extended by 
org.eclipse.jface.bindings.keys.KeyLookupFactory

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.

Since:
3.1

Method Summary
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.
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSWTKeyLookup

public static final 
IKeyLookup getSWTKeyLookup()
Provides an instance of SWTKeyLookup.

Returns:
The SWT look-up table for key stroke format information; never null.

getDefault

public static final 
IKeyLookup getDefault()
An accessor for the current default look-up.

Returns:
The default look-up; never null.

setDefault

public static final void setDefault(
IKeyLookup defaultLookup)
Sets the default look-up.

Parameters:
defaultLookup - the default look-up. Must not be null.

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire