Package de.fho.jump.pirol.utilities.i18n
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 (fromMessages.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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getString(String key)
Get a translated PIROL text from the i18N system.
-