Search in sources :

Example 1 with UserRegistrationStep

use of nl.tudelft.watchdog.intellij.ui.wizards.userregistration.UserRegistrationStep in project watchdog by TestRoots.

the class ProjectCreatedEndingStep method createPageContent.

private void createPageContent(JPanel parent) {
    if (isThisProjectWizard()) {
        createProjectRegistrationSummary(parent);
    } else {
        UserProjectRegistrationWizard wizard = (UserProjectRegistrationWizard) getWizard();
        UserRegistrationStep userRegistrationStep = wizard.userRegistrationStep;
        if (wizard.userWelcomeStep.getRegisterNewId()) {
            createDebugSurveyInfo(parent);
            userRegistrationStep.createUserRegistrationSummary(parent);
        }
        createProjectRegistrationSummary(parent);
    }
}
Also used : UserRegistrationStep(nl.tudelft.watchdog.intellij.ui.wizards.userregistration.UserRegistrationStep) UserProjectRegistrationWizard(nl.tudelft.watchdog.intellij.ui.wizards.userregistration.UserProjectRegistrationWizard)

Aggregations

UserProjectRegistrationWizard (nl.tudelft.watchdog.intellij.ui.wizards.userregistration.UserProjectRegistrationWizard)1 UserRegistrationStep (nl.tudelft.watchdog.intellij.ui.wizards.userregistration.UserRegistrationStep)1