Uses of Interface
net.xoetrope.xui.helper.XTranslator

Packages that use XTranslator
net.xoetrope.awt   
net.xoetrope.swing   
net.xoetrope.xui   
net.xoetrope.xui.helper   
 

Uses of XTranslator in net.xoetrope.awt
 

Fields in net.xoetrope.awt declared as XTranslator
protected  XTranslator XMetaContent.translator
           
 

Uses of XTranslator in net.xoetrope.swing
 

Fields in net.xoetrope.swing declared as XTranslator
protected  XTranslator XMetaContent.translator
           
 

Uses of XTranslator in net.xoetrope.xui
 

Fields in net.xoetrope.xui declared as XTranslator
protected  XTranslator XComponentFactory.translator
          The translator used for translation
 

Methods in net.xoetrope.xui that return XTranslator
 XTranslator XProject.getTranslator()
          Get the default translation object
 XTranslator XProject.getTranslator(java.lang.String name)
          Get the translation object for the named bundle.
 

Uses of XTranslator in net.xoetrope.xui.helper
 

Classes in net.xoetrope.xui.helper that implement XTranslator
 class XDefaultTranslator
          The default implementation of the XTranslator interface, providing simplified lookup of strings in the resource bundle and some independance of the individual resource bundle Copyright (c) Xoetrope Ltd., 2002-2005 $Revision: 1.1 $ License: see License.txt