de.fho.jump.pirol.utilities.i18n
Class PirolPlugInMessages

java.lang.Object
  extended by de.fho.jump.pirol.utilities.i18n.PirolPlugInMessages
All Implemented Interfaces:
HandlerToMakeYourLifeEasier

public class PirolPlugInMessages
extends java.lang.Object
implements HandlerToMakeYourLifeEasier

Handles i18n stuff for PIROL plugIns.
Class that Eclipse generates, if the "Externalize Strings" command is used. Was renamed (from Messages.java) and modified to use the openJump i18n plug - the interface stayed the same!
Wrapper for the i18N to make work with PIROL labels easier.

Version:
$Rev: 1245 $
Author:
Ole Rahn

FH Osnabrück - University of Applied Sciences Osnabrück,
Project: PIROL (2005),
Subproject: Daten- und Wissensmanagement

Field Summary
protected static PersonalLogger logger
           
 
Method Summary
static java.lang.String getString(java.lang.String key)
          Get a translated PIROL text from the i18N system.
static boolean isInited()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static PersonalLogger logger
Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Get a translated PIROL text from the i18N system.

Parameters:
key - the key (name) for the the text
Returns:
the translated text

isInited

public static boolean isInited()