Class ReportContentWizardStep

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

public class ReportContentWizardStep extends WizardStep
See Also:
  • Constructor Details

    • ReportContentWizardStep

      public ReportContentWizardStep(GenericWizard wizard)
      Creates new form ReportTypeWizardStep
  • Method Details

    • 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 WizardStep
      Returns:
      Font to be used in this component.
    • 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 wizard step is set correctly.
    • setFocus

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