Class AutoLocalizedAction

All Implemented Interfaces:
ILocalized, ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
AuthenticatedAction, EidActionsFactory.ListenEidAction, LookAndFeelHelper.ToggleListenDarkmodeAction

public abstract class AutoLocalizedAction extends LocalizableAction implements PropertyChangeListener
Allows localization by invoking the ILocalized.setLanguage() method. Notice: this class listens the LanguageHelper. Provided by the broldev.core.swing project.
Since:
1.0 (Mar 27, 2009), broldev.core.swing 0.0.1-SNAPSHOT dependency
Version:
1.0 (Mar 27, 2009)
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • AutoLocalizedAction

      public AutoLocalizedAction()
      Builds a AutoLocalizedAction object with a default description string and default icon.
    • AutoLocalizedAction

      public AutoLocalizedAction(String name)
      Builds a AutoLocalizedAction object with the specified description string and a default icon.
      Parameters:
      name - description of the action
    • AutoLocalizedAction

      public AutoLocalizedAction(String name, Icon icon)
      Builds a AutoLocalizedAction object with the specified description string and a the specified icon.
      Parameters:
      name - description of the action
      icon - image of the action
  • Method Details