|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.infai.emo.matcher.editor.util.ModelMatcherLanguages
public final class ModelMatcherLanguages
This class helps translating the labels of the GUI.
| Field Summary | |
|---|---|
private static java.lang.String |
BUNDLE_NAME_ENGLISH
The key for the language-specific property-file (English language). |
private static java.lang.String |
BUNDLE_NAME_GERMAN
The key for the language-specific property-file (German language). |
private static java.lang.String |
BUNDLE_NAME_SPANISH
The key for the language-specific property-file (Spanish language). |
private static java.util.ResourceBundle |
RESOURCE_BUNDLE_ENGLISH
The resource-bundle for the English language-properties. |
private static java.util.ResourceBundle |
RESOURCE_BUNDLE_GERMAN
The resource-bundle for the German language-properties. |
private static java.util.ResourceBundle |
RESOURCE_BUNDLE_SPANISH
The resource-bundle for the Spanish language-properties. |
| Constructor Summary | |
|---|---|
ModelMatcherLanguages()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getString(java.lang.String key,
java.lang.String language)
Method gets a language-specific string for the given language-key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final java.lang.String BUNDLE_NAME_ENGLISH
private static final java.lang.String BUNDLE_NAME_GERMAN
private static final java.lang.String BUNDLE_NAME_SPANISH
private static final java.util.ResourceBundle RESOURCE_BUNDLE_ENGLISH
private static final java.util.ResourceBundle RESOURCE_BUNDLE_GERMAN
private static final java.util.ResourceBundle RESOURCE_BUNDLE_SPANISH
| Constructor Detail |
|---|
public ModelMatcherLanguages()
| Method Detail |
|---|
public static java.lang.String getString(java.lang.String key,
java.lang.String language)
key - the key for the contents that shall be returned.language - the language that is requested.
Constants
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||