Class OneSRSWizardPanel

    • Constructor Detail

      • OneSRSWizardPanel

        public OneSRSWizardPanel()
    • Method Detail

      • add

        public void add​(InputChangedListener listener)
        Description copied from interface: WizardPanel
        Tip: Delegate to an InputChangedFirer.
        Specified by:
        add in interface WizardPanel
        Parameters:
        listener - a party to notify when the input changes (usually the WizardDialog, which needs to know when to update the enabled state of the buttons.
      • exitingToRight

        public void exitingToRight()
        Description copied from interface: WizardPanel
        Called when the user presses Next on this panel
        Specified by:
        exitingToRight in interface WizardPanel
      • enteredFromLeft

        public void enteredFromLeft​(Map dataMap)
        Description copied from interface: WizardPanel
        Called when the user presses Next on this panel's previous panel
        Specified by:
        enteredFromLeft in interface WizardPanel
        Parameters:
        dataMap - the dataMap containing all parameters
      • getNextID

        public String getNextID()
        Specified by:
        getNextID in interface WizardPanel
        Returns:
        null to turn the Next button into a Finish button