Uses of Class
org.workingfrog.i18n.util.LocaleEvent

Packages that use LocaleEvent
org.workingfrog.i18n.swing   
org.workingfrog.i18n.util   
 

Uses of LocaleEvent in org.workingfrog.i18n.swing
 

Methods in org.workingfrog.i18n.swing with parameters of type LocaleEvent
 void I18NJCheckBoxMenuItem.localeChanged(LocaleEvent event)
          Update the GUI with a new translation of i18nKey.
 void I18NJViewport.localeChanged(LocaleEvent event)
          Propagate the LocaleEvent to the component of this JViewport.
 void I18NJRootPane.localeChanged(LocaleEvent event)
          Propagate the LocaleEvent to the components of this JRootPane.
 void I18NToolBar.localeChanged(LocaleEvent event)
          Propagate the LocaleEvent to the components of this JComponent.
 void I18NJRadioButtonMenuItem.localeChanged(LocaleEvent event)
          Updates Action.NAME or JRadioButtonMenuItem label with a localized version of i18nKey.
 void I18NJTabbedPane.localeChanged(LocaleEvent event)
          Propagate the LocaleEvent to the components of this JTabbedPane.
 void I18NJScrollPane.localeChanged(LocaleEvent event)
          Propagate the LocaleEvent to the components of this JScrollPane.
 void I18NJMenu.localeChanged(LocaleEvent event)
          Propagate the LocaleEvent to the components of this JMenu.
 void I18NJTextArea.localeChanged(LocaleEvent event)
          Propagate the LocaleEvent to the components of this JTextArea.
 void I18NJFrame.localeChanged(LocaleEvent event)
          Propagate the LocaleEvent to the components of this JFrame.
 void I18NActionWrapper.localeChanged(LocaleEvent event)
          Updates Action.NAME when a LocaleEvent is fired.
 void I18NJPanel.localeChanged(LocaleEvent event)
          Propagate the LocaleEvent to the components of this JPanel.
 void I18NJMenuBar.localeChanged(LocaleEvent event)
          Propagate the LocaleEvent to the components of this JMenuBar.
 void I18NJButton.localeChanged(LocaleEvent event)
          Update the GUI with a new translation of i18nKey.
 void I18NJMenuItem.localeChanged(LocaleEvent event)
          Updates Action.NAME or JMenuItem label with a localized version of i18nKey.
 void I18NAction.localeChanged(LocaleEvent event)
          Updates Action.NAME when a LocaleEvent is fired.
 void I18NJLayeredPane.localeChanged(LocaleEvent event)
          Propagate the LocaleEvent to the components of this JLayeredPane.
 void I18NJLabel.localeChanged(LocaleEvent event)
          Update the GUI with a new translation of i18nKey.
 void I18NJComponent.localeChanged(LocaleEvent event)
          Propagate the LocaleEvent to the components of this JComponent.
 

Uses of LocaleEvent in org.workingfrog.i18n.util
 

Methods in org.workingfrog.i18n.util with parameters of type LocaleEvent
 void PassiveListener.localeChanged(LocaleEvent event)
          Mimic real listeners...
 void LocaleListener.localeChanged(LocaleEvent event)
          Called by the source of the event or relayed by a LocaleListener.