Class ReportOutputWizardStep

All Implemented Interfaces:
ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible

public class ReportOutputWizardStep extends WizardStep
See Also:
  • Constructor Details

    • ReportOutputWizardStep

      public ReportOutputWizardStep(GenericWizard wizard)
      Creates new form ReportOutputWizardStep
  • Method Details

    • setFocus

      protected void setFocus()
      Method to set focus to the initial component.
      Specified by:
      setFocus in class WizardStep
    • propertyChange

      public void propertyChange(PropertyChangeEvent evt)
      Method called when property of some other wizard step changed.
      Specified by:
      propertyChange in interface PropertyChangeListener
      Specified by:
      propertyChange in class WizardStep
      Parameters:
      evt - Event that generated this call.
    • isSetCorrectly

      protected boolean isSetCorrectly()
      Returns whether everything is set correctly in the wizard step.
      Specified by:
      isSetCorrectly in class WizardStep
      Returns:
      True if some output file is selected.