Class LocalizedSelectableAction

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

public abstract class LocalizedSelectableAction extends AuthenticatedAction
The LocalizedSelectableAction knows if it's selected or not, for the toggle GUI components. It's possible to listen the selected property change by using the SELECTED key. \n Provided by the broldev.core.swing project.
Since:
1.0 (Sep 7, 2009), broldev.core.swing 0.0.1-SNAPSHOT dependency
Version:
1.0 (Sep 7, 2009)
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Field Details

    • selected

      protected boolean selected
    • SELECTED

      public static String SELECTED
      Key to listen the "selected" property changes
  • Constructor Details

    • LocalizedSelectableAction

      public LocalizedSelectableAction()
  • Method Details