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 TutorialWizardSupport.InitialWelcomeSteps. tutorialprotected TutorialWizardSupport. tutorialMethods in VASSAL.build.module with parameters of type Tutorial Modifier and Type Method Description voidWizardSupport.InitialWelcomeSteps. setTutorial(Tutorial tutorial)voidWizardSupport. setTutorial(Tutorial tutorial)Specify aTutorialthat the user may load from theWizardSupport.InitialWelcomeStepsConstructors 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)