Package | Description |
---|---|
org.eclipse.jface.bindings.keys |
Provides support for bindings between commands and keys.
|
org.eclipse.jface.bindings.keys.formatting |
Provides support for formatting key sequences.
|
Modifier and Type | Method and Description |
---|---|
static IKeyFormatter |
SWTKeySupport.getKeyFormatterForPlatform()
Provides an instance of
IKeyFormatter appropriate for the
current instance. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyFormatter
An abstract implementation of a key formatter that provides a lot of common
key formatting functionality.
|
class |
EmacsKeyFormatter
A key formatter providing the Emacs-style accelerators using single letters
to represent the modifier keys.
|
class |
FormalKeyFormatter
Formats the keys in the internal key sequence grammar.
|
class |
NativeKeyFormatter
Formats the key sequences and key strokes into the native human-readable
format.
|
Modifier and Type | Method and Description |
---|---|
static IKeyFormatter |
KeyFormatterFactory.getDefault()
An accessor for the current default key formatter.
|
static IKeyFormatter |
KeyFormatterFactory.getEmacsKeyFormatter()
Provides an instance of
EmacsKeyFormatter . |
static IKeyFormatter |
KeyFormatterFactory.getFormalKeyFormatter()
Provides an instance of
FormalKeyFormatter . |
Modifier and Type | Method and Description |
---|---|
static void |
KeyFormatterFactory.setDefault(IKeyFormatter defaultKeyFormatter)
Sets the default key formatter.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.