|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use I18NHelper | |
---|---|
javax.jdo | This package contains the JDO specification interfaces and classes. |
javax.jdo.identity | This package contains the JDO specification identity interfaces and classes. |
javax.jdo.listener | This package contains the JDO specification listener interfaces and classes. |
javax.jdo.spi | This package contains the interfaces and classes used by JDO implementations. |
Uses of I18NHelper in javax.jdo |
---|
Fields in javax.jdo declared as I18NHelper | |
---|---|
private static I18NHelper |
JDOException.msg
The Internationalization message helper. |
private static I18NHelper |
JDOHelper.msg
The Internationalization message helper. |
Uses of I18NHelper in javax.jdo.identity |
---|
Fields in javax.jdo.identity declared as I18NHelper | |
---|---|
protected static I18NHelper |
SingleFieldIdentity.msg
The Internationalization message helper. |
private static I18NHelper |
CharIdentity.msg
The Internationalization message helper. |
Uses of I18NHelper in javax.jdo.listener |
---|
Fields in javax.jdo.listener declared as I18NHelper | |
---|---|
private static I18NHelper |
InstanceLifecycleEvent.msg
The Internationalization message helper. |
Uses of I18NHelper in javax.jdo.spi |
---|
Fields in javax.jdo.spi declared as I18NHelper | |
---|---|
private static I18NHelper |
JDOImplHelper.msg
The Internationalization message helper. |
Methods in javax.jdo.spi that return I18NHelper | |
---|---|
static I18NHelper |
I18NHelper.getInstance(java.lang.Class cls)
An instance bound to a bundle. |
static I18NHelper |
I18NHelper.getInstance(java.lang.String bundleName)
An instance bound to a bundle. |
static I18NHelper |
I18NHelper.getInstance(java.lang.String bundleName,
java.lang.ClassLoader loader)
An instance bound to a bundle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |