Package de.soldin.jumpcore
Class ExtCorePlugIn
- java.lang.Object
-
- de.soldin.jumpcore.ExtCorePlugIn
-
-
Field Summary
Fields Modifier and Type Field Description protected String
i18nPath
protected ResourceBundle
rb
-
Constructor Summary
Constructors Constructor Description ExtCorePlugIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
_e(String string)
String
getMessage(String label)
String
getMessage(String label, Object[] objects)
String
getMessageByMessage(String string)
String
m(String label)
String
m(String label, Object object)
String
m(String label, Object[] objects)
String
m(String label, Object object1, Object object2)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vividsolutions.jump.workbench.plugin.PlugIn
execute, getName, initialize
-
-
-
-
Field Detail
-
i18nPath
protected String i18nPath
-
rb
protected ResourceBundle rb
-
-