Class WizardStep

All Implemented Interfaces:
ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible
Direct Known Subclasses:
ReportContentWizardStep, ReportOutputWizardStep

public abstract class WizardStep extends JPanel implements PropertyChangeListener
See Also:
  • Field Details

    • description

      protected String description
      Description of this wizard step.
  • Constructor Details

    • WizardStep

      public WizardStep(GenericWizard wizard, String description)
      Creates new form WizardStep
  • 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.
    • getDescription

      public String getDescription()
    • getFont

      public Font getFont()
      Returns font that should be used for all widgets in this component based on the language preferences specified by user.
      Specified by:
      getFont in interface MenuContainer
      Overrides:
      getFont in class Component
      Returns:
      Font to be used in this component.
    • propertyChange

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

      protected abstract boolean isSetCorrectly()
      Returns whether everything is set correctly in the wizard step.
      Returns:
      True if wizard step is set correctly.
    • setFocus

      protected abstract void setFocus()
      Method to set focus to the initial component.