net.sourceforge.rssowl.util.i18n
Class KeyCodeParser
java.lang.Object
net.sourceforge.rssowl.util.i18n.KeyCodeParser
- public class KeyCodeParser
- extends Object
Class to parse a given KeyCode as Int value and return the name as String.
- Version:
- 1.1.3
- Author:
- Benjamin Pasero
Constructor Summary |
private |
KeyCodeParser()
This utility class constructor is hidden |
Method Summary |
static String |
format(int keyCode)
Format a given keycode constant to a String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyCodeParser
private KeyCodeParser()
- This utility class constructor is hidden
format
public static String format(int keyCode)
- Format a given keycode constant to a String.
- Parameters:
keyCode
- Selected key
- Returns:
- String Representation of the key as String
RSSOwl - RSS / RDF / Atom Newsreader