| java.lang.Object com.sun.media.imageioimpl.common.I18NImpl
All known Subclasses: com.sun.media.imageioimpl.plugins.jpeg2000.I18N, com.sun.media.imageioimpl.plugins.pnm.I18N, com.sun.media.imageio.plugins.bmp.I18N, com.sun.media.imageioimpl.plugins.wbmp.I18N, com.sun.media.imageioimpl.plugins.clib.I18N, com.sun.media.imageioimpl.common.I18N, com.sun.media.imageioimpl.plugins.jpeg.I18N, com.sun.media.jai.imageioimpl.I18N, com.sun.media.jai.operator.I18N, com.sun.media.imageioimpl.plugins.raw.I18N, com.sun.media.imageioimpl.plugins.tiff.I18N, com.sun.media.imageio.stream.I18N, com.sun.media.imageioimpl.plugins.png.I18N, com.sun.media.imageioimpl.plugins.bmp.I18N,
I18NImpl | public class I18NImpl (Code) | | Class to simplify use of internationalization message strings.
Property files are constructed in terms of content as for JAI with
one "key=value" pair per line. All such files however have the same
name "properties". The resource extractor resolves the extraction of
the file from the jar as the package name is included automatically.
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 .
|
Method Summary | |
final 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. |
getString | final protected static String getString(String className, String key)(Code) | | Returns the message string with the specified key from the
"properties" file in the package containing the class with
the specified name.
|
|
|