ch.braincell.stickbackup.gui
Class Messages

java.lang.Object
  extended by ch.braincell.stickbackup.gui.Messages

public class Messages
extends java.lang.Object

Translates keys to i18n strings.

Author:
Eclipse

Method Summary
static java.lang.String getString(java.lang.String key)
          Gets a string from the resource bundle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Gets a string from the resource bundle.

Parameters:
key - key to translate.
Returns:
i18n translated string.


Copyright © 2007. All Rights Reserved.