Uses of Class
VASSAL.build.module.documentation.Tutorial
Package | Description |
---|---|
VASSAL.build.module |
Contains classes that may be added to a
GameModule . |
-
Uses of Tutorial in VASSAL.build.module
Fields in VASSAL.build.module declared as Tutorial Modifier and Type Field Description protected Tutorial
WizardSupport.InitialWelcomeSteps. tutorial
protected Tutorial
WizardSupport. tutorial
Methods in VASSAL.build.module with parameters of type Tutorial Modifier and Type Method Description void
WizardSupport.InitialWelcomeSteps. setTutorial(Tutorial tutorial)
void
WizardSupport. setTutorial(Tutorial tutorial)
Specify aTutorial
that the user may load from theWizardSupport.InitialWelcomeSteps
Constructors in VASSAL.build.module with parameters of type Tutorial Constructor Description TutorialLoader(org.netbeans.spi.wizard.WizardController controller, Map<String,Object> settings, InputStream in, String wizardKey, Tutorial tutorial)