Package com.reportmill.wizard
Class WizardPanel
java.lang.Object
com.reportmill.wizard.WizardPanel
This class runs the main welcome panel.
-
Constructor Summary
Constructors -
Method Summary
Modifier 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.void
resetUI()
Reset UI from data.void
Respond to UI.void
runWizard
(RMDocument aDocument) Brings up the welcome panel.
-
Constructor Details
-
WizardPanel
public WizardPanel()Creates a new Welcome panel.
-
-
Method Details
-
runWizard
Brings up the welcome panel. -
getUI
Returns the Swing UI panel. -
resetUI
public void resetUI()Reset UI from data. -
respondUI
Respond to UI. -
getDocument
Returns the document being modified by the wizard panel. -
getDataSource
Returns the datasource for the document being modified by the wizard panel. -
getWizards
Returns the list of wizards for the current category. -
getWizardsAll
Returns the list of all wizards.
-