Uses of Class
VASSAL.build.module.documentation.Tutorial
Packages that use Tutorial
-
Uses of Tutorial in VASSAL.build.module
Fields in VASSAL.build.module declared as TutorialModifier and TypeFieldDescriptionprotected Tutorial
WizardSupport.InitialWelcomeSteps.tutorial
protected Tutorial
WizardSupport.tutorial
Methods in VASSAL.build.module with parameters of type TutorialModifier and TypeMethodDescriptionvoid
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 TutorialModifierConstructorDescriptionTutorialLoader(org.netbeans.spi.wizard.WizardController controller, Map<String,Object> settings, InputStream in, String wizardKey, Tutorial tutorial)