|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.keys.KeyFormatterFactory
A cache for formatters. It keeps a few instances of pre-defined instances of
IKeyFormatter
available for use. It also allows the default
formatter to be changed.
IKeyFormatter
Method Summary | |
static IKeyFormatter |
getCompactKeyFormatter()
Provides an instance of CompactKeyFormatter . |
static IKeyFormatter |
getDefault()
An accessor for the current default key formatter. |
static IKeyFormatter |
getEmacsKeyFormatter()
Provides an instance of EmacsKeyFormatter . |
static IKeyFormatter |
getFormalKeyFormatter()
Provides an instance of FormalKeyFormatter . |
static void |
setDefault(IKeyFormatter defaultKeyFormatter)
Sets the default key formatter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
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
.
|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.