Class PirolPlugInMessages

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

public class PirolPlugInMessages extends 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$
Author:
Ole Rahn

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

    • getString

      public static String getString(String key)
      Get a translated PIROL text from the i18N system.
      Parameters:
      key - the key (name) for the the text
      Returns:
      the translated text