Class ResetSession

  • All Implemented Interfaces:
    adams.core.logging.LoggingSupporter, adams.core.SizeOfHandler, Serializable, Comparable<adams.gui.flow.menu.AbstractFlowEditorMenuItem>

    public class ResetSession
    extends AbstractFlowEditorGitMenuItem
    Resets passwords etc.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class adams.gui.flow.menu.AbstractFlowEditorMenuItem

        m_Action, m_MenuItem, m_Owner, m_SubMenu
      • Fields inherited from class adams.core.logging.LoggingObject

        m_Logger, m_LoggingIsEnabled, m_LoggingLevel
    • Constructor Summary

      Constructors 
      Constructor Description
      ResetSession()  
    • Constructor Detail

      • ResetSession

        public ResetSession()
    • Method Detail

      • newAction

        protected adams.gui.action.AbstractBaseAction newAction()
        Creates the action to use.
        Specified by:
        newAction in class adams.gui.flow.menu.AbstractFlowEditorMenuItem
        Returns:
        the action
      • update

        public void update()
        Updating the action/menuitem/submenu, based on the current status of the owner.
        Specified by:
        update in class adams.gui.flow.menu.AbstractFlowEditorMenuItem