public class I18NImpl extends Object
Extenders need only provide a static method
 getString(String) which calls the static method in this
 class with the name of the invoking class and returns a
 String.
| Constructor and Description | 
|---|
I18NImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected static String | 
getString(String className,
         String key)
Returns the message string with the specified key from the
 "properties" file in the package containing the class with
 the specified name. 
 | 
Copyright © 2017 Open Microscopy Environment