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.jface.bindings.keys.formatting

Provides support for formatting key sequences.

See:
           Description

Interface Summary
IKeyFormatter Any formatter capable of taking a key sequence or a key stroke and converting it into a string.
 

Class Summary
AbstractKeyFormatter An abstract implementation of a key formatter that provides a lot of common key formatting functionality.
EmacsKeyFormatter A key formatter providing the Emacs-style accelerators using single letters to represent the modifier keys.
FormalKeyFormatter Formats the keys in the internal key sequence grammar.
KeyFormatterFactory A cache for formatters.
NativeKeyFormatter Formats the key sequences and key strokes into the native human-readable format.
 

Package org.eclipse.jface.bindings.keys.formatting Description

Provides support for formatting key sequences.

Package Specification

This is a collection fo various formatters for key sequences. The formatters are accessible through the KeyFormatterFactory. To change how keys are formatted in the user interface, call KeyFormatterFactory.setDefault(IKeyFormatter). They provided formatters are:

FormalKeyFormatter
Provides a formal grammar for reading and writing key sequences.
NativeKeyFormatter
Provide a native-looking, human-readable format for keys.
CompactKeyFormatter
A variation of the native formatter that provides a more compact representation.
EmacsKeyFormatter
An Xemacs-style formatter (e.g., C^x C^x).


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