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 TypeMethodDescriptionvoid
AbstractBuildable.validate
(Buildable target, ValidationReport report) -
Uses of ValidationReport in VASSAL.build.module
Methods in VASSAL.build.module with parameters of type ValidationReportModifier and TypeMethodDescriptionvoid
PrototypeDefinition.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 TypeMethodDescriptionvoid
BoardPicker.validate
(Buildable target, ValidationReport report) void
SetupStack.validate
(Buildable target, ValidationReport report) -
Uses of ValidationReport in VASSAL.configure
Methods in VASSAL.configure with parameters of type ValidationReportModifier and TypeMethodDescriptionvoid
CompoundValidityChecker.validate
(Buildable target, ValidationReport report) void
MandatoryComponent.validate
(Buildable b, ValidationReport report) void
NotNullConfigureName.validate
(Buildable b, ValidationReport report) void
RecursiveSingleChildInstance.validate
(Buildable b, ValidationReport report) void
SingleChildInstance.validate
(Buildable b, ValidationReport report) void
UniquelyNamedChildren.validate
(Buildable b, ValidationReport report) void
ValidityChecker.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 TypeMethodDescriptionvoid
ActionScript.validate
(Buildable target, ValidationReport report) void
GeneralScript.validate
(Buildable target, ValidationReport report) -
Uses of ValidationReport in VASSAL.tools
Methods in VASSAL.tools with parameters of type ValidationReportModifier and TypeMethodDescriptionvoid
UniqueIdManager.validate
(Buildable target, ValidationReport report) Ensures that no other instance of the same class has the same name