public class WizardPanel
extends java.lang.Object
Constructor and Description |
---|
WizardPanel()
Creates a new Welcome panel.
|
Modifier and Type | Method and 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.
|
public void runWizard(RMDocument aDocument)
public RJPanel getUI()
public void resetUI()
public void respondUI(java.lang.Object anObj)
public RMDocument getDocument()
public RMDataSource getDataSource()
public java.util.List getWizards()
public java.util.List getWizardsAll()