Uses of Interface
net.clackrouter.jgraph.pad.resources.LocaleChangeListener

Packages that use LocaleChangeListener
net.clackrouter.jgraph.pad.resources JGraphpad classes incorporated into Clack that provide access to images, configuration data and other resources. 
net.clackrouter.jgraph.utils.gui Minor graphical JGraphpad classes incorporated into Clack. 
 

Uses of LocaleChangeListener in net.clackrouter.jgraph.pad.resources
 

Methods in net.clackrouter.jgraph.pad.resources with parameters of type LocaleChangeListener
static void Translator.addLocaleChangeListener(LocaleChangeListener listener)
          Adds a locale change listener to this Translator.
static void Translator.removeLocaleChangeListener(LocaleChangeListener listener)
          Removes the registered Listener
 

Uses of LocaleChangeListener in net.clackrouter.jgraph.utils.gui
 

Classes in net.clackrouter.jgraph.utils.gui that implement LocaleChangeListener
 class LocaleChangeAdapter
          The adapter is a listener for local change events.