Class ReportOutputWizardStep

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

public class ReportOutputWizardStep extends WizardStep
See Also:
  • Field Details

  • Constructor Details

    • ReportOutputWizardStep

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

    • initComponents

      private void initComponents()
      This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
    • rbHTMLActionPerformed

      private void rbHTMLActionPerformed(ActionEvent evt)
      Method called when user selects HTML output format.
      Parameters:
      evt - Event that generated this call.
    • rbTXTActionPerformed

      private void rbTXTActionPerformed(ActionEvent evt)
      Method called when user selects TXT output format.
      Parameters:
      evt - Event that generated this call.
    • rbCSVActionPerformed

      private void rbCSVActionPerformed(ActionEvent evt)
      Method called when user selects CSV output format.
      Parameters:
      evt - Event that generated this call.
    • btBrowseActionPerformed

      private void btBrowseActionPerformed(ActionEvent evt)
      Method called when user clicks Browse button to select some file.
      Parameters:
      evt - Event that generated this call.
    • txFilenameFocusLost

      private void txFilenameFocusLost(FocusEvent evt)
      Method called when cursor was in the filename textfield and user decided to select another component.
      Parameters:
      evt - Event that generated this call.
    • rbReportActionPerformed

      private void rbReportActionPerformed(ActionEvent evt)
      User decided to generate a report.
      Parameters:
      evt - Event that generated this call.
    • rbInvoiceActionPerformed

      private void rbInvoiceActionPerformed(ActionEvent evt)
      User decided to generate an invoice.
      Parameters:
      evt - Event that generated this call.
    • keyPressed

      private void keyPressed(KeyEvent evt)
      Method called when user pressed some key.
      Parameters:
      evt - Event that generated this call.
    • 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.
    • selectOutput

      private void selectOutput(String output)
      Method called when user clicks some output option.
      Parameters:
      output - Output that was clicked.
    • 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.