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