Package com.reportmill.wizard
Class WizardPanel
java.lang.Object
com.reportmill.wizard.WizardPanel
This class runs the main welcome panel.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the datasource for the document being modified by the wizard panel.Returns the document being modified by the wizard panel.getUI()Returns the Swing UI panel.Returns the list of wizards for the current category.Returns the list of all wizards.voidresetUI()Reset UI from data.voidRespond to UI.voidrunWizard(RMDocument aDocument) Brings up the welcome panel.
- 
Constructor Details- 
WizardPanelpublic WizardPanel()Creates a new Welcome panel.
 
- 
- 
Method Details- 
runWizardBrings up the welcome panel.
- 
getUIReturns the Swing UI panel.
- 
resetUIpublic void resetUI()Reset UI from data.
- 
respondUIRespond to UI.
- 
getDocumentReturns the document being modified by the wizard panel.
- 
getDataSourceReturns the datasource for the document being modified by the wizard panel.
- 
getWizardsReturns the list of wizards for the current category.
- 
getWizardsAllReturns the list of all wizards.
 
-