Class LookAndFeelHelper.ToggleListenDarkmodeAction

All Implemented Interfaces:
ILocalized, ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
LookAndFeelHelper

public static class LookAndFeelHelper.ToggleListenDarkmodeAction extends AutoLocalizedAction
See Also:
Serialized Form
  • Constructor Details

    • ToggleListenDarkmodeAction

      public ToggleListenDarkmodeAction()
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
    • setLanguage

      public void setLanguage()
      Description copied from interface: ILocalized
      Sets localized language The implementation should use a ResourceBundle to load information based on the user's Locale, and may observe the LanguageHelper to update the GUI on Locale switch.