Uses of Package
cdx.scorebot.util.translator

Packages that use cdx.scorebot.util.translator
cdx.scorebot.app.configurer Contains classes related to the Configurer. 
cdx.scorebot.app.util Contains utility classes whose primary purpose is to maintain information about services, tests, test options, and test returns for other GUIs. 
cdx.scorebot.util.swing.binding Extensions of Java Swing components which "bind" to objects so that the object's value is automatically synchronized to the component's value. 
cdx.scorebot.util.swing.binding.delegate This package contains delegates for various types of bound Java Swing components. 
cdx.scorebot.util.translator Contains classes which define translations between one type and another. 
 

Classes in cdx.scorebot.util.translator used by cdx.scorebot.app.configurer
TranslationFailedException
          Indicates a translation could not be accomplished
TypeTranslator
          Declares translation methods a parameter must have so it can be translated between a one type and another type.
 

Classes in cdx.scorebot.util.translator used by cdx.scorebot.app.util
TranslationFailedException
          Indicates a translation could not be accomplished
 

Classes in cdx.scorebot.util.translator used by cdx.scorebot.util.swing.binding
TranslationFailedException
          Indicates a translation could not be accomplished
TypeTranslator
          Declares translation methods a parameter must have so it can be translated between a one type and another type.
 

Classes in cdx.scorebot.util.translator used by cdx.scorebot.util.swing.binding.delegate
TypeTranslator
          Declares translation methods a parameter must have so it can be translated between a one type and another type.
 

Classes in cdx.scorebot.util.translator used by cdx.scorebot.util.translator
TranslationFailedException
          Indicates a translation could not be accomplished
TypeTranslator
          Declares translation methods a parameter must have so it can be translated between a one type and another type.