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
Modifier and TypeFieldDescriptionprotected JComponent
static final String
protected JComponent
protected Tutorial
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected JComponent
createPanel
(org.netbeans.spi.wizard.WizardController controller, String id, Map settings) protected JComponent
getNameControls
(org.netbeans.spi.wizard.WizardController controller, Map<String, Object> settings) protected void
recycleExistingPanel
(String id, org.netbeans.spi.wizard.WizardController controller, Map wizardData, JComponent panel) void
setTutorial
(Tutorial tutorial) Methods inherited from class org.netbeans.spi.wizard.WizardPanelProvider
cancel, createWizard, finish, getLongDescription, indexOfStep, toString
-
Field Details
-
NAME_STEP
- See Also:
-
nameControls
-
actionControls
-
tutorial
-
-
Constructor Details
-
InitialWelcomeSteps
-
-
Method Details
-
recycleExistingPanel
protected void recycleExistingPanel(String id, org.netbeans.spi.wizard.WizardController controller, Map wizardData, JComponent panel) - Overrides:
recycleExistingPanel
in classorg.netbeans.spi.wizard.WizardPanelProvider
-
createPanel
protected JComponent createPanel(org.netbeans.spi.wizard.WizardController controller, String id, Map settings) - Specified by:
createPanel
in classorg.netbeans.spi.wizard.WizardPanelProvider
-
getNameControls
protected JComponent getNameControls(org.netbeans.spi.wizard.WizardController controller, Map<String, Object> settings) -
setTutorial
-