A C G H I L M N O P R S T V W

A

ACTION - Static variable in class org.workingfrog.i18n.swing.I18NAction
will probably be removed later
ALL - Static variable in class org.workingfrog.i18n.util.Translator
All level.
accept(File, String) - Method in class org.workingfrog.i18n.util.ResourceBundleFilter
Tests if a specified file should be included in a file list.
actionPerformed(ActionEvent) - Method in class org.workingfrog.i18n.swing.I18NAction
Must be implemented by children.
actionPerformed(ActionEvent) - Method in class org.workingfrog.i18n.swing.I18NActionWrapper
Must be implemented by children.
add(Action) - Method in class org.workingfrog.i18n.swing.I18NJMenu
Creates a new menu item attached to the specified Action object and appends it to the end of this menu.
addResource(String, String) - Static method in class org.workingfrog.i18n.util.Localizer
The method adds a new resource under the given name.
addTab(String, Component) - Method in class org.workingfrog.i18n.swing.I18NJTabbedPane
Override javax.swing.JTabbedPane.addTab (java.lang.String, java.awt.Component).
addTab(String, Icon, Component) - Method in class org.workingfrog.i18n.swing.I18NJTabbedPane
Override javax.swing.JTabbedPane.addTab (java.lang.String, javax.swing.Icon, java.awt.Component).
addTab(String, Icon, Component, String) - Method in class org.workingfrog.i18n.swing.I18NJTabbedPane
Override javax.swing.JTabbedPane.addTab (java.lang.String, javax.swing.Icon, java.awt.Component, java.lang.String).

C

check(int) - Static method in class org.workingfrog.i18n.util.Translator
 
check(String) - Method in class org.workingfrog.i18n.util.Validator
 
checkBundle(String) - Method in class org.workingfrog.i18n.util.Validator
 
checkKey(String, Object) - Static method in class org.workingfrog.i18n.util.Translator
 
checkName(String) - Method in class org.workingfrog.i18n.util.Validator
 
checkObject(Object, Object) - Static method in class org.workingfrog.i18n.util.Translator
 
checkValue(String, String, Object) - Static method in class org.workingfrog.i18n.util.Translator
 
checkValue(String) - Method in class org.workingfrog.i18n.util.Validator
 
clearLogs() - Method in class org.workingfrog.i18n.util.Validator
 
containsKey(String, String) - Static method in class org.workingfrog.i18n.util.Localizer
 
createActionComponent(Action) - Method in class org.workingfrog.i18n.swing.I18NJMenu
Factory method which creates the JMenuItem for Actions added to the JMenu.
createContentPane() - Method in class org.workingfrog.i18n.swing.I18NJRootPane
 
createGlassPane() - Method in class org.workingfrog.i18n.swing.I18NJRootPane
Called by the constructor methods to create the default glassPane.

G

getBinding(String) - Method in class org.workingfrog.i18n.util.Validator
 
getBundle(String) - Method in class org.workingfrog.i18n.util.Loader
Return a ResourceBundle.
getBundles() - Method in class org.workingfrog.i18n.util.Loader
Return all ResourceBundles for current Locale.
getBundles(Locale) - Method in class org.workingfrog.i18n.util.Loader
Return all ResourceBundles for a Locale.
getComponentCountInLayer(int) - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
 
getComponentsInLayer(int) - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
 
getCurrentLocale() - Static method in class org.workingfrog.i18n.util.Localizer
The method returns the current locale.
getI18NKey(String) - Static method in class org.workingfrog.i18n.util.Wrapper
Return the i18n version of the key provided.
getIndexOf(Component) - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
 
getInstance() - Static method in class org.workingfrog.i18n.util.ResourceBundleFilter
Returns the singleton.
getKey() - Method in class org.workingfrog.i18n.swing.I18NAction
Used when Action.NAME needs an update.
getKey() - Method in class org.workingfrog.i18n.swing.I18NActionWrapper
 
getKeys() - Method in class org.workingfrog.i18n.swing.I18NActionWrapper
 
getLayer(Component) - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
 
getLocale() - Method in class org.workingfrog.i18n.util.LocaleEvent
Provides the Locale tied with this LocaleEvent.
getLocales(Object) - Static method in class org.workingfrog.i18n.util.Localizer
 
getLocales(Object) - Static method in class org.workingfrog.i18n.util.Translator
 
getLocalizedValue() - Method in class org.workingfrog.i18n.util.Validator
 
getPosition(Component) - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
 
getReport() - Method in class org.workingfrog.i18n.util.Validator
 
getResourcesFor(Locale) - Static method in class org.workingfrog.i18n.util.Localizer
The method returns all resources for the given locale.
getShortcut(String, String) - Static method in class org.workingfrog.i18n.util.Localizer
This function returns a localized menu shortcut key to the specified key.
getTitleAt(int) - Method in class org.workingfrog.i18n.swing.I18NJTabbedPane
Override javax.swing.JTabbedPane.getTitleAt (int).
getValue(String) - Method in class org.workingfrog.i18n.swing.I18NActionWrapper
 

H

highestLayer() - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
 

I

I18N - Static variable in class org.workingfrog.i18n.util.Translator
Internationalization level.
I18NAction - class org.workingfrog.i18n.swing.I18NAction.
i18n version of javax.swing.AbstractAction
I18NAction() - Constructor for class org.workingfrog.i18n.swing.I18NAction
Default constructor for children.
I18NAction(String) - Constructor for class org.workingfrog.i18n.swing.I18NAction
Basic I18NAction.
I18NAction(String, String) - Constructor for class org.workingfrog.i18n.swing.I18NAction
Basic I18NAction.
I18NAction(String, String, Icon) - Constructor for class org.workingfrog.i18n.swing.I18NAction
I18NAction with an icon.
I18NActionWrapper - class org.workingfrog.i18n.swing.I18NActionWrapper.
Wraps a javax.swing.AbstractAction in an i18n version
I18NActionWrapper() - Constructor for class org.workingfrog.i18n.swing.I18NActionWrapper
 
I18NActionWrapper(AbstractAction) - Constructor for class org.workingfrog.i18n.swing.I18NActionWrapper
Basic I18NActionWrapper.
I18NJButton - class org.workingfrog.i18n.swing.I18NJButton.
i18n version of javax.swing.JButton
I18NJButton() - Constructor for class org.workingfrog.i18n.swing.I18NJButton
Override javax.swing.JButton.JButton().
I18NJButton(Icon) - Constructor for class org.workingfrog.i18n.swing.I18NJButton
Override javax.swing.JButton.JButton(javax.swing.Icon).
I18NJButton(String, String) - Constructor for class org.workingfrog.i18n.swing.I18NJButton
Override javax.swing.JButton.JButton(java.lang.String).
I18NJButton(String, String, Icon) - Constructor for class org.workingfrog.i18n.swing.I18NJButton
Override javax.swing.JButton.JButton(java.lang.String, javax.swing.Icon).
I18NJCheckBoxMenuItem - class org.workingfrog.i18n.swing.I18NJCheckBoxMenuItem.
i18n version of javax.swing.JCheckBoxMenuItem
I18NJCheckBoxMenuItem(String) - Constructor for class org.workingfrog.i18n.swing.I18NJCheckBoxMenuItem
Override javax.swing.JCheckBoxMenuItem.JCheckBoxMenuItem (java.lang.String).
I18NJCheckBoxMenuItem(String, Icon) - Constructor for class org.workingfrog.i18n.swing.I18NJCheckBoxMenuItem
Override javax.swing.JCheckBoxMenuItem.JCheckBoxMenuItem (java.lang.String, javax.swing.Icon).
I18NJCheckBoxMenuItem(String, Icon, boolean) - Constructor for class org.workingfrog.i18n.swing.I18NJCheckBoxMenuItem
Override javax.swing.JCheckBoxMenuItem.JCheckBoxMenuItem (java.lang.String, javax.swing.Icon, boolean).
I18NJComponent - class org.workingfrog.i18n.swing.I18NJComponent.
i18n version of javax.swing.JComponent
I18NJComponent() - Constructor for class org.workingfrog.i18n.swing.I18NJComponent
 
I18NJFrame - class org.workingfrog.i18n.swing.I18NJFrame.
i18n version of javax.swing.JFrame
I18NJFrame() - Constructor for class org.workingfrog.i18n.swing.I18NJFrame
Override javax.swing.JFrame.JFrame ().
I18NJFrame(String) - Constructor for class org.workingfrog.i18n.swing.I18NJFrame
Override javax.swing.JFrame.JFrame (java.lang.String).
I18NJLabel - class org.workingfrog.i18n.swing.I18NJLabel.
i18n version of javax.swing.JLabel
I18NJLabel() - Constructor for class org.workingfrog.i18n.swing.I18NJLabel
Override javax.swing.JLabel.JLabel ().
I18NJLabel(String, Icon) - Constructor for class org.workingfrog.i18n.swing.I18NJLabel
Override javax.swing.JLabel.JLabel (javax.swing.Icon).
I18NJLabel(String, Icon, int) - Constructor for class org.workingfrog.i18n.swing.I18NJLabel
Override javax.swing.JLabel.JLabel (javax.swing.Icon, int).
I18NJLabel(String, String) - Constructor for class org.workingfrog.i18n.swing.I18NJLabel
Override javax.swing.JLabel.JLabel (java.lang.String).
I18NJLabel(String, String, Icon, int) - Constructor for class org.workingfrog.i18n.swing.I18NJLabel
Override javax.swing.JLabel.JLabel (java.lang.String, javax.swing.Icon, int).
I18NJLabel(String, String, int) - Constructor for class org.workingfrog.i18n.swing.I18NJLabel
Override javax.swing.JLabel.JLabel (java.lang.String, int).
I18NJLayeredPane - class org.workingfrog.i18n.swing.I18NJLayeredPane.
i18n version of javax.swing.JLayeredPane
I18NJLayeredPane() - Constructor for class org.workingfrog.i18n.swing.I18NJLayeredPane
Override javax.swing.JLayeredPane.JLayeredPane ().
I18NJMenu - class org.workingfrog.i18n.swing.I18NJMenu.
i18n version of javax.swing.JMenu
I18NJMenu(String) - Constructor for class org.workingfrog.i18n.swing.I18NJMenu
Override javax.swing.JMenu.JMenu (java.lang.String).
I18NJMenuBar - class org.workingfrog.i18n.swing.I18NJMenuBar.
i18n version of javax.swing.JMenuBar
I18NJMenuBar() - Constructor for class org.workingfrog.i18n.swing.I18NJMenuBar
 
I18NJMenuItem - class org.workingfrog.i18n.swing.I18NJMenuItem.
i18n version of javax.swing.JMenuItem
I18NJMenuItem() - Constructor for class org.workingfrog.i18n.swing.I18NJMenuItem
Override javax.swing.JMenuItem.JMenuItem ().
I18NJMenuItem(String) - Constructor for class org.workingfrog.i18n.swing.I18NJMenuItem
Override javax.swing.JMenuItem.JMenuItem (java.lang.String).
I18NJMenuItem(Action) - Constructor for class org.workingfrog.i18n.swing.I18NJMenuItem
Override javax.swing.JMenuItem.JMenuItem (javax.swing.Action).
I18NJMenuItem(String, Icon) - Constructor for class org.workingfrog.i18n.swing.I18NJMenuItem
Override javax.swing.JMenuItem.JMenuItem (java.lang.String, javax.swing.Icon).
I18NJPanel - class org.workingfrog.i18n.swing.I18NJPanel.
i18n version of javax.swing.JPanel
I18NJPanel() - Constructor for class org.workingfrog.i18n.swing.I18NJPanel
Override javax.swing.JPanel.JPanel ().
I18NJPanel(LayoutManager) - Constructor for class org.workingfrog.i18n.swing.I18NJPanel
Override javax.swing.JPanel.JPanel (java.awt.LayoutManager).
I18NJRadioButtonMenuItem - class org.workingfrog.i18n.swing.I18NJRadioButtonMenuItem.
i18n version of javax.swing.JRadioButtonMenuItem
I18NJRadioButtonMenuItem(String) - Constructor for class org.workingfrog.i18n.swing.I18NJRadioButtonMenuItem
Override javax.swing.JRadioButtonMenuItem.JRadioButtonMenuItem (java.lang.String).
I18NJRootPane - class org.workingfrog.i18n.swing.I18NJRootPane.
i18n version of javax.swing.JRootPane
I18NJRootPane() - Constructor for class org.workingfrog.i18n.swing.I18NJRootPane
Override javax.swing.JRootPane.JRootPane ().
I18NJScrollPane - class org.workingfrog.i18n.swing.I18NJScrollPane.
i18n version of javax.swing.JScrollPane
I18NJScrollPane(Component) - Constructor for class org.workingfrog.i18n.swing.I18NJScrollPane
Override javax.swing.JScrollPane (java.awt.Component).
I18NJTabbedPane - class org.workingfrog.i18n.swing.I18NJTabbedPane.
i18n version of javax.swing.JTabbedPane
I18NJTabbedPane() - Constructor for class org.workingfrog.i18n.swing.I18NJTabbedPane
Override javax.swing.JTabbedPane.JTabbedPane ().
I18NJTabbedPane(int) - Constructor for class org.workingfrog.i18n.swing.I18NJTabbedPane
Override javax.swing.JTabbedPane.JTabbedPane (int).
I18NJTextArea - class org.workingfrog.i18n.swing.I18NJTextArea.
i18n version of javax.swing.JTextArea
I18NJTextArea() - Constructor for class org.workingfrog.i18n.swing.I18NJTextArea
 
I18NJViewport - class org.workingfrog.i18n.swing.I18NJViewport.
i18n version of javax.swing.JViewport
I18NJViewport() - Constructor for class org.workingfrog.i18n.swing.I18NJViewport
 
I18NToolBar - class org.workingfrog.i18n.swing.I18NToolBar.
i18n version of javax.swing.JToolBar
I18NToolBar() - Constructor for class org.workingfrog.i18n.swing.I18NToolBar
Default constructor for children.
I18NToolBar(String) - Constructor for class org.workingfrog.i18n.swing.I18NToolBar
 
I18NToolBar(int) - Constructor for class org.workingfrog.i18n.swing.I18NToolBar
 
isChecking(int) - Static method in class org.workingfrog.i18n.util.Translator
 
isLocaleListener(Object, Object) - Method in class org.workingfrog.i18n.util.Validator
 
isOptimizedDrawingEnabled() - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
 
isValidBundle(String) - Static method in class org.workingfrog.i18n.util.Translator
 
isValidBundle() - Method in class org.workingfrog.i18n.util.Validator
 
isValidName() - Method in class org.workingfrog.i18n.util.Validator
 

L

L10N - Static variable in class org.workingfrog.i18n.util.Translator
Localization level.
Loader - class org.workingfrog.i18n.util.Loader.
Locate i18n resources in the file system.
Loader() - Constructor for class org.workingfrog.i18n.util.Loader
Empty constructor.
LocaleEvent - class org.workingfrog.i18n.util.LocaleEvent.
Event fired when default Locale is changed.
LocaleEvent(Object) - Constructor for class org.workingfrog.i18n.util.LocaleEvent
Event containing the Object which fired it.
LocaleEvent(Object, Locale) - Constructor for class org.workingfrog.i18n.util.LocaleEvent
Event containing the Object which fired it and a new Locale.
LocaleListener - interface org.workingfrog.i18n.util.LocaleListener.
Specification of a LocaleListener.
Localizer - class org.workingfrog.i18n.util.Localizer.
This class manages the resource bundle files needed to localize the application.
Localizer() - Constructor for class org.workingfrog.i18n.util.Localizer
 
loadBundle(String, String) - Static method in class org.workingfrog.i18n.util.Translator
 
loadBundle(String) - Static method in class org.workingfrog.i18n.util.Translator
 
loadKeyFile(Class, String) - Static method in class org.workingfrog.i18n.util.Wrapper
Loads key bindings from a file.
loadResource(String, String) - Method in class org.workingfrog.i18n.util.Loader
After instanciation, this method is needed to provide application's bundles.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NAction
Updates Action.NAME when a LocaleEvent is fired.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NActionWrapper
Updates Action.NAME when a LocaleEvent is fired.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJButton
Update the GUI with a new translation of i18nKey.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJCheckBoxMenuItem
Update the GUI with a new translation of i18nKey.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJComponent
Propagate the LocaleEvent to the components of this JComponent.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJFrame
Propagate the LocaleEvent to the components of this JFrame.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJLabel
Update the GUI with a new translation of i18nKey.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
Propagate the LocaleEvent to the components of this JLayeredPane.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJMenu
Propagate the LocaleEvent to the components of this JMenu.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJMenuBar
Propagate the LocaleEvent to the components of this JMenuBar.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJMenuItem
Updates Action.NAME or JMenuItem label with a localized version of i18nKey.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJPanel
Propagate the LocaleEvent to the components of this JPanel.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJRadioButtonMenuItem
Updates Action.NAME or JRadioButtonMenuItem label with a localized version of i18nKey.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJRootPane
Propagate the LocaleEvent to the components of this JRootPane.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJScrollPane
Propagate the LocaleEvent to the components of this JScrollPane.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJTabbedPane
Propagate the LocaleEvent to the components of this JTabbedPane.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJTextArea
Propagate the LocaleEvent to the components of this JTextArea.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NJViewport
Propagate the LocaleEvent to the component of this JViewport.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.swing.I18NToolBar
Propagate the LocaleEvent to the components of this JComponent.
localeChanged(LocaleEvent) - Method in interface org.workingfrog.i18n.util.LocaleListener
Called by the source of the event or relayed by a LocaleListener.
localeChanged(LocaleEvent) - Method in class org.workingfrog.i18n.util.PassiveListener
Mimic real listeners...
localize(String, String) - Static method in class org.workingfrog.i18n.util.Localizer
This function returns a localized string corresponding to the specified key.
localize(String, Object) - Static method in class org.workingfrog.i18n.util.Translator
 
log(int, String) - Static method in class org.workingfrog.i18n.util.Translator
 
log(String) - Static method in class org.workingfrog.i18n.util.Translator
 
lowestLayer() - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
 

M

moveToBack(Component) - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
 
moveToFront(Component) - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
 

N

NAMING - Static variable in class org.workingfrog.i18n.util.Translator
Naming level.
NONE - Static variable in class org.workingfrog.i18n.util.Translator
No log.

O

org.workingfrog.i18n.swing - package org.workingfrog.i18n.swing
 
org.workingfrog.i18n.util - package org.workingfrog.i18n.util
 

P

PassiveListener - class org.workingfrog.i18n.util.PassiveListener.
Class used by any object which doesn't contain i18n stuff.
PassiveListener() - Constructor for class org.workingfrog.i18n.util.PassiveListener
 
paint(Graphics) - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
 

R

ResourceBundleFilter - class org.workingfrog.i18n.util.ResourceBundleFilter.
Filter i18n resource bundles.
ResourceBundleFilter() - Constructor for class org.workingfrog.i18n.util.ResourceBundleFilter
 
reload() - Method in class org.workingfrog.i18n.util.Loader
Reload bundles for current Locale, useful after modification will running.
remove(int) - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
 

S

setBundle(String) - Method in class org.workingfrog.i18n.swing.I18NAction
Allow the use of a customized i18n resource bundle.
setBundle(String) - Method in class org.workingfrog.i18n.swing.I18NJButton
Allow the use of a customized i18n resource bundle.
setBundle(String) - Method in class org.workingfrog.i18n.swing.I18NJCheckBoxMenuItem
Allow the use of a customized i18n resource bundle.
setBundle(String) - Method in class org.workingfrog.i18n.swing.I18NJFrame
Allow the use of a customized i18n resource bundle.
setBundle(String) - Method in class org.workingfrog.i18n.swing.I18NJLabel
Allow the use of a customized i18n resource bundle.
setBundle(String) - Method in class org.workingfrog.i18n.swing.I18NJMenu
Allow the use of a customized i18n resource bundle.
setBundle(String) - Method in class org.workingfrog.i18n.swing.I18NJMenuItem
Allow the use of a customized i18n resource bundle.
setBundle(String) - Method in class org.workingfrog.i18n.swing.I18NJTabbedPane
Allow the use of a customized i18n resource bundle.
setBundle(String) - Method in class org.workingfrog.i18n.swing.I18NJTextArea
Allow the use of a customized i18n resource bundle.
setBundlesPath(String) - Static method in class org.workingfrog.i18n.util.Translator
 
setDefaultLocale(Locale) - Static method in class org.workingfrog.i18n.util.Translator
 
setLayer(Component, int) - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
 
setLayer(Component, int, int) - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
 
setLocale(Locale) - Static method in class org.workingfrog.i18n.util.Translator
 
setPosition(Component, int) - Method in class org.workingfrog.i18n.swing.I18NJLayeredPane
 
setText(String) - Method in class org.workingfrog.i18n.swing.I18NJLabel
Override javax.swing.JLabel.setText(java.lang.String).
setText(String) - Method in class org.workingfrog.i18n.swing.I18NJTextArea
Override javax.swing.text.JTextComponent (Java.lang.String).
setTitle(String) - Method in class org.workingfrog.i18n.swing.I18NJFrame
Override java.awt.Frame.setTitle (java.lang.String).
setToolTipText(String) - Method in class org.workingfrog.i18n.swing.I18NJButton
Override javax.swing.JComponent.setToolTipText(java.lang.String).
storeBundle(String) - Method in class org.workingfrog.i18n.util.Validator
 
switchCurrentLocale(Locale) - Static method in class org.workingfrog.i18n.util.Localizer
The method changes the current Locale to the given one.

T

Translator - class org.workingfrog.i18n.util.Translator.
A tool class to help localization.
Translator() - Constructor for class org.workingfrog.i18n.util.Translator
 

V

Validator - class org.workingfrog.i18n.util.Validator.
Analyse i18n stuff to find inconsistencies.
Validator() - Constructor for class org.workingfrog.i18n.util.Validator
 

W

Wrapper - class org.workingfrog.i18n.util.Wrapper.
Maps "legacy" keys with i18n keys.
Wrapper() - Constructor for class org.workingfrog.i18n.util.Wrapper
 

A C G H I L M N O P R S T V W