Class WizardSupport.GameSetupPanels
java.lang.Object
org.netbeans.spi.wizard.WizardPanelProvider
VASSAL.build.module.WizardSupport.GameSetupPanels
- All Implemented Interfaces:
org.netbeans.spi.wizard.WizardPage.WizardResultProducer
- Enclosing class:
WizardSupport
public static class WizardSupport.GameSetupPanels
extends org.netbeans.spi.wizard.WizardPanelProvider
implements org.netbeans.spi.wizard.WizardPage.WizardResultProducer
Wizard pages for starting a new game. One page will be added for each unfinished
GameSetupStep
- Author:
- rkinney
- See Also:
-
Field Summary
Fields inherited from interface org.netbeans.spi.wizard.WizardPage.WizardResultProducer
NO_OP
-
Method Summary
Modifier and TypeMethodDescriptionboolean
protected JComponent
createPanel
(org.netbeans.spi.wizard.WizardController controller, String id, Map settings) newInstance
(boolean forcePwd) org.netbeans.spi.wizard.Wizard
void
setForcePwd
(boolean forcePwd) Methods inherited from class org.netbeans.spi.wizard.WizardPanelProvider
createWizard, getLongDescription, indexOfStep, recycleExistingPanel, toString
-
Method Details
-
setForcePwd
public void setForcePwd(boolean forcePwd) -
newInstance
-
newInstance
-
createPanel
protected JComponent createPanel(org.netbeans.spi.wizard.WizardController controller, String id, Map settings) - Specified by:
createPanel
in classorg.netbeans.spi.wizard.WizardPanelProvider
-
cancel
- Specified by:
cancel
in interfaceorg.netbeans.spi.wizard.WizardPage.WizardResultProducer
- Overrides:
cancel
in classorg.netbeans.spi.wizard.WizardPanelProvider
-
finish
-
newWizard
-