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 Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package org.eclipse.ui.keys

Provides support for integrating keys into the Eclipse workbench.

See:
           Description

Interface Summary
IBindingService Provides services related to the binding architecture (e.g., keyboard shortcuts) within the workbench.
IKeyFormatter Deprecated. Please use org.eclipse.jface.bindings.keys.IKeyFormatter
 

Class Summary
CharacterKey Deprecated. Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactory
Key Deprecated. Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactory
KeyFormatterFactory Deprecated. Please use org.eclipse.jface.bindings.keys.KeyFormatterFactory
KeySequence Deprecated. Please use org.eclipse.jface.bindings.keys.KeySequence
KeyStroke Deprecated. Please use org.eclipse.jface.bindings.keys.KeyStroke
ModifierKey Deprecated. Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactory
NaturalKey Deprecated. Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactory
SpecialKey Deprecated. Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactory
SWTKeySupport Deprecated. Please use org.eclipse.jface.bindings.keys.SWTKeySupport
 

Exception Summary
ParseException Deprecated. Please use org.eclipse.jface.bindings.keys.ParseException
 

Package org.eclipse.ui.keys Description

Provides support for integrating keys into the Eclipse workbench.

Package Specification

This package provides the classes required to integrate keys into the Eclipse workbench.

To use the key integration, the method getAdapter is called on the Eclipse workbench, with the argument IBindingService.class. This will return an instance of IBindingService.


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