| | |
| | | |
| | | private ButtonsPanel buttonsPanel; |
| | | |
| | | private Step displayedStep; |
| | | private WizardStep displayedStep; |
| | | |
| | | private CurrentInstallStatus installStatus; |
| | | |
| | |
| | | * @param userData the UserData object that must be used to populate |
| | | * the panels. |
| | | */ |
| | | public void setDisplayedStep(Step step, UserData userData) |
| | | public void setDisplayedStep(WizardStep step, UserData userData) |
| | | { |
| | | displayedStep = step; |
| | | |
| | |
| | | * Returns the currently displayed step. |
| | | * @return the currently displayed step. |
| | | */ |
| | | public Step getDisplayedStep() |
| | | public WizardStep getDisplayedStep() |
| | | { |
| | | return displayedStep; |
| | | } |
| | |
| | | { |
| | | if (buttonsPanel == null) |
| | | { |
| | | buttonsPanel = new ButtonsPanel(); |
| | | buttonsPanel = new ButtonsPanel(application); |
| | | } |
| | | return buttonsPanel; |
| | | } |