Package VASSAL.build.module
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 TypeMethodDescriptionbooleanprotected JComponentcreatePanel(org.netbeans.spi.wizard.WizardController controller, String id, Map settings) newInstance(boolean forcePwd) org.netbeans.spi.wizard.WizardvoidsetForcePwd(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:
createPanelin classorg.netbeans.spi.wizard.WizardPanelProvider
-
cancel
- Specified by:
cancelin interfaceorg.netbeans.spi.wizard.WizardPage.WizardResultProducer- Overrides:
cancelin classorg.netbeans.spi.wizard.WizardPanelProvider
-
finish
- Specified by:
finishin interfaceorg.netbeans.spi.wizard.WizardPage.WizardResultProducer- Overrides:
finishin classorg.netbeans.spi.wizard.WizardPanelProvider- Throws:
org.netbeans.spi.wizard.WizardException
-
newWizard
-