Uses of Class
VASSAL.build.module.PredefinedSetup
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
-
Uses of PredefinedSetup in VASSAL.build.module
Fields in VASSAL.build.module with type parameters of type PredefinedSetup Modifier and Type Field Description protected List<PredefinedSetup>WizardSupport. setupsMethods in VASSAL.build.module with parameters of type PredefinedSetup Modifier and Type Method Description voidWizardSupport. addPredefinedSetup(PredefinedSetup setup)Add aPredefinedSetupto the wizard page for starting a new game offline.protected voidWizardSupport.PlayOfflinePanels. loadSetup(PredefinedSetup setup, org.netbeans.spi.wizard.WizardController controller, Map settings)voidWizardSupport. removePredefinedSetup(PredefinedSetup setup)Constructor parameters in VASSAL.build.module with type arguments of type PredefinedSetup Constructor Description PlayOfflinePanels(String title, String singleDescription, List<PredefinedSetup> setups)