Class WizardPanel

java.lang.Object
com.reportmill.wizard.WizardPanel

public class WizardPanel extends Object
This class runs the main welcome panel.
  • Constructor Details

    • WizardPanel

      public WizardPanel()
      Creates a new Welcome panel.
  • Method Details

    • runWizard

      public void runWizard(RMDocument aDocument)
      Brings up the welcome panel.
    • getUI

      public RJPanel getUI()
      Returns the Swing UI panel.
    • resetUI

      public void resetUI()
      Reset UI from data.
    • respondUI

      public void respondUI(Object anObj)
      Respond to UI.
    • getDocument

      public RMDocument getDocument()
      Returns the document being modified by the wizard panel.
    • getDataSource

      public RMDataSource getDataSource()
      Returns the datasource for the document being modified by the wizard panel.
    • getWizards

      public List getWizards()
      Returns the list of wizards for the current category.
    • getWizardsAll

      public List getWizardsAll()
      Returns the list of all wizards.