Class JXLoginPane.LoginAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.awt.event.ItemListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
    Enclosing class:
    JXLoginPane

    private static final class JXLoginPane.LoginAction
    extends AbstractActionExt
    Action that initiates a login procedure. Delegates to JXLoginPane.startLogin
    • Constructor Detail

    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
      • itemStateChanged

        public void itemStateChanged​(java.awt.event.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 java.awt.event.ItemListener
        Overrides:
        itemStateChanged in class AbstractActionExt
        Parameters:
        e - the ItemEvent fired by a ItemSelectable on changing the selected state.