Uses of Class
VASSAL.configure.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
Modifier and TypeMethodDescriptionvoid
AbstractBuildable.validate
(Buildable target, ValidationReport report) -
Uses of ValidationReport in VASSAL.build.module
Modifier and TypeMethodDescriptionvoid
PrototypeDefinition.validate
(Buildable target, ValidationReport report) -
Uses of ValidationReport in VASSAL.build.module.map
Modifier and TypeMethodDescriptionvoid
BoardPicker.validate
(Buildable target, ValidationReport report) void
SetupStack.validate
(Buildable target, ValidationReport report) -
Uses of ValidationReport in VASSAL.configure
Modifier 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) ModifierConstructorDescription -
Uses of ValidationReport in VASSAL.script
Modifier and TypeMethodDescriptionvoid
ActionScript.validate
(Buildable target, ValidationReport report) void
GeneralScript.validate
(Buildable target, ValidationReport report) -
Uses of ValidationReport in VASSAL.tools
Modifier and TypeMethodDescriptionvoid
UniqueIdManager.validate
(Buildable target, ValidationReport report) Ensures that no other instance of the same class has the same name