public class WizardStepPanelGroup extends Object
WizardPanel
Constructor and Description |
---|
WizardStepPanelGroup(String name,
WizardStepPanel introPanel)
Create an empty panel group
|
Modifier and Type | Method and Description |
---|---|
void |
addPanel(WizardStepPanel panel)
Add a panel to the panel group
|
WizardStepPanel |
getIntroPanel()
Get the intro panel for the group
|
String |
getName()
Get the name of the panel group
|
ArrayList<WizardStepPanel> |
getPanelList()
Get the list of panels contained in the group
|
public WizardStepPanelGroup(String name, WizardStepPanel introPanel)
name
- display name of the panel grouppublic void addPanel(WizardStepPanel panel)
panel
- panel to addpublic String getName()
public ArrayList<WizardStepPanel> getPanelList()
public WizardStepPanel getIntroPanel()
University of Colorado Denver, Department of Biostatistics and Informatics