Package VASSAL.build.module
Class WizardSupport.InitialWelcomeSteps
java.lang.Object
org.netbeans.spi.wizard.WizardPanelProvider
VASSAL.build.module.WizardSupport.InitialWelcomeSteps
- Enclosing class:
- WizardSupport
public class WizardSupport.InitialWelcomeSteps
extends org.netbeans.spi.wizard.WizardPanelProvider
Wizard pages for the welcome wizard (initial module load). Prompts for username/password if not yet specified, and
prompts to load a saved game or start a new one
- Author:
- rkinney
-
Field Summary
Fields Modifier and Type Field Description protected JComponentactionControlsstatic StringNAME_STEPprotected JComponentnameControlsprotected Tutorialtutorial -
Constructor Summary
Constructors Constructor Description InitialWelcomeSteps(String[] steps, String[] stepDescriptions) -
Method Summary
Modifier and Type Method Description protected JComponentcreatePanel(org.netbeans.spi.wizard.WizardController controller, String id, Map settings)protected JComponentgetNameControls(org.netbeans.spi.wizard.WizardController controller, Map<String,Object> settings)voidsetTutorial(Tutorial tutorial)Methods inherited from class org.netbeans.spi.wizard.WizardPanelProvider
cancel, createWizard, finish, getLongDescription, indexOfStep, recycleExistingPanel, toString
-
Field Details
-
NAME_STEP
- See Also:
- Constant Field Values
-
nameControls
-
actionControls
-
tutorial
-
-
Constructor Details
-
InitialWelcomeSteps
-
-
Method Details
-
createPanel
protected JComponent createPanel(org.netbeans.spi.wizard.WizardController controller, String id, Map settings)- Specified by:
createPanelin classorg.netbeans.spi.wizard.WizardPanelProvider
-
getNameControls
protected JComponent getNameControls(org.netbeans.spi.wizard.WizardController controller, Map<String,Object> settings) -
setTutorial
-