public class I18NImpl
extends java.lang.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 java.lang.String |
getString(java.lang.String className,
java.lang.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 © 2014 Open Microscopy Environment