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. setups
Methods in VASSAL.build.module with parameters of type PredefinedSetup Modifier and Type Method Description void
WizardSupport. addPredefinedSetup(PredefinedSetup setup)
Add aPredefinedSetup
to the wizard page for starting a new game offline.protected void
WizardSupport.PlayOfflinePanels. loadSetup(PredefinedSetup setup, org.netbeans.spi.wizard.WizardController controller, Map settings)
void
WizardSupport. 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)