Class JXLoginPane.CancelAction

All Implemented Interfaces:
ActionListener, ItemListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
JXLoginPane

private static final class JXLoginPane.CancelAction extends AbstractActionExt
Action that cancels the login procedure.
  • Field Details

  • Constructor Details

  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
    • itemStateChanged

      public void itemStateChanged(ItemEvent e)
      Description copied from class: AbstractActionExt
      Callback method as ItemListener. Updates internal state based on the given ItemEvent.

      Here: synchs selected property if isStateAction(), does nothing otherwise.

      Specified by:
      itemStateChanged in interface ItemListener
      Overrides:
      itemStateChanged in class AbstractActionExt
      Parameters:
      e - the ItemEvent fired by a ItemSelectable on changing the selected state.