Uses of Class
VASSAL.configure.ValidationReport
Packages that use ValidationReport
Package
Description
Provides classes for building Java instances automatically from XML
files.
Contains classes that may be added to a
GameModule.Contains classes that may be added to a
Map.Provides classes for building "Edit Property" dialogs, and for editing
GameModule's and ModuleExtension's.Contains various utility classes.
-
Uses of ValidationReport in VASSAL.build
Methods in VASSAL.build with parameters of type ValidationReportModifier and TypeMethodDescriptionvoidAbstractBuildable.validate(Buildable target, ValidationReport report) -
Uses of ValidationReport in VASSAL.build.module
Methods in VASSAL.build.module with parameters of type ValidationReportModifier and TypeMethodDescriptionvoidPrototypeDefinition.validate(Buildable target, ValidationReport report) -
Uses of ValidationReport in VASSAL.build.module.map
Methods in VASSAL.build.module.map with parameters of type ValidationReportModifier and TypeMethodDescriptionvoidBoardPicker.validate(Buildable target, ValidationReport report) voidSetupStack.validate(Buildable target, ValidationReport report) -
Uses of ValidationReport in VASSAL.configure
Methods in VASSAL.configure with parameters of type ValidationReportModifier and TypeMethodDescriptionvoidCompoundValidityChecker.validate(Buildable target, ValidationReport report) voidMandatoryComponent.validate(Buildable b, ValidationReport report) voidNotNullConfigureName.validate(Buildable b, ValidationReport report) voidSingleChildInstance.validate(Buildable b, ValidationReport report) voidUniquelyNamedChildren.validate(Buildable b, ValidationReport report) voidValidityChecker.validate(Buildable target, ValidationReport report) Constructors in VASSAL.configure with parameters of type ValidationReportModifierConstructorDescription -
Uses of ValidationReport in VASSAL.script
Methods in VASSAL.script with parameters of type ValidationReportModifier and TypeMethodDescriptionvoidActionScript.validate(Buildable target, ValidationReport report) voidGeneralScript.validate(Buildable target, ValidationReport report) -
Uses of ValidationReport in VASSAL.tools
Methods in VASSAL.tools with parameters of type ValidationReportModifier and TypeMethodDescriptionvoidUniqueIdManager.validate(Buildable target, ValidationReport report) Ensures that no other instance of the same class has the same name