net.sourceforge.geeboss.view.i18n
Class KeyCodeParser

java.lang.Object
  extended by net.sourceforge.geeboss.view.i18n.KeyCodeParser

public class KeyCodeParser
extends java.lang.Object

Class to parse a given KeyCode as Int value and return the name as String.


Method Summary
static java.lang.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
 

Method Detail

format

public static java.lang.String format(int keyCode)
Format a given keycode constant to a String.

Parameters:
keyCode - Selected key
Returns:
String Representation of the key as String


Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.