|
Eclipse Platform Release 3.1 |
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Provides support for formatting key sequences.
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:
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.