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:
GameState.getUnfinishedSetupSteps()
-
Field Summary
Fields inherited from interface org.netbeans.spi.wizard.WizardPage.WizardResultProducer
NO_OP -
Method Summary
Modifier and Type Method Description booleancancel(Map settings)protected JComponentcreatePanel(org.netbeans.spi.wizard.WizardController controller, String id, Map settings)Objectfinish(Map wizardData)static WizardSupport.GameSetupPanelsnewInstance()org.netbeans.spi.wizard.WizardnewWizard(Dimension logoSize)Methods inherited from class org.netbeans.spi.wizard.WizardPanelProvider
createWizard, getLongDescription, indexOfStep, recycleExistingPanel, toString
-
Method Details
-
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
-