@Deprecated public final class KeyFormatterFactory extends Object
IKeyFormatter
available for use. It also allows the default
formatter to be changed.IKeyFormatter
Modifier and Type | Method and Description |
---|---|
static IKeyFormatter |
getCompactKeyFormatter()
Deprecated.
Provides an instance of
CompactKeyFormatter . |
static IKeyFormatter |
getDefault()
Deprecated.
An accessor for the current default key formatter.
|
static IKeyFormatter |
getEmacsKeyFormatter()
Deprecated.
Provides an instance of
EmacsKeyFormatter . |
static IKeyFormatter |
getFormalKeyFormatter()
Deprecated.
Provides an instance of
FormalKeyFormatter . |
static void |
setDefault(IKeyFormatter defaultKeyFormatter)
Deprecated.
Sets the default key formatter.
|
public static final IKeyFormatter getCompactKeyFormatter()
CompactKeyFormatter
.null
.public static IKeyFormatter getDefault()
null
.public static IKeyFormatter getEmacsKeyFormatter()
EmacsKeyFormatter
.null
.public static IKeyFormatter getFormalKeyFormatter()
FormalKeyFormatter
.null
.public static void setDefault(IKeyFormatter defaultKeyFormatter)
defaultKeyFormatter
- the default key formatter. Must not be null
.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.