Package com.reportmill.wizard
Class WizardPanel
- java.lang.Object
- 
- com.reportmill.wizard.WizardPanel
 
- 
 public class WizardPanel extends java.lang.ObjectThis class runs the main welcome panel.
- 
- 
Constructor SummaryConstructors Constructor Description WizardPanel()Creates a new Welcome panel.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RMDataSourcegetDataSource()Returns the datasource for the document being modified by the wizard panel.RMDocumentgetDocument()Returns the document being modified by the wizard panel.RJPanelgetUI()Returns the Swing UI panel.java.util.ListgetWizards()Returns the list of wizards for the current category.java.util.ListgetWizardsAll()Returns the list of all wizards.voidresetUI()Reset UI from data.voidrespondUI(java.lang.Object anObj)Respond to UI.voidrunWizard(RMDocument aDocument)Brings up the welcome panel.
 
- 
- 
- 
Method Detail- 
runWizardpublic void runWizard(RMDocument aDocument) Brings up the welcome panel.
 - 
getUIpublic RJPanel getUI() Returns the Swing UI panel.
 - 
resetUIpublic void resetUI() Reset UI from data.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Respond to UI.
 - 
getDocumentpublic RMDocument getDocument() Returns the document being modified by the wizard panel.
 - 
getDataSourcepublic RMDataSource getDataSource() Returns the datasource for the document being modified by the wizard panel.
 - 
getWizardspublic java.util.List getWizards() Returns the list of wizards for the current category.
 - 
getWizardsAllpublic java.util.List getWizardsAll() Returns the list of all wizards.
 
- 
 
-