com.sun.midp.i18n |
Internal implementation of resource bundle interfaces.
This package includes resource message strings and
method handler.
|
Java Source File Name | Type | Comment |
Resource.java | Class | The Resource class retrieves the locale specific values such
as label strings and date formats from the locale specific
subclasses of com.sun.midp.i18n.ResourceBundle class. |
ResourceBundle.java | Interface | The ResourceBundle interface is just a marker interface holding
a particular contract for any localized file to obey. |