Uses of Class
VASSAL.configure.ValidationReport
Package | Description |
---|---|
VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
VASSAL.build.module |
Contains classes that may be added to a
GameModule . |
VASSAL.build.module.map |
Contains classes that may be added to a
Map . |
VASSAL.configure |
Provides classes for building "Edit Property" dialogs, and for editing
GameModule 's and ModuleExtension 's. |
VASSAL.script | |
VASSAL.tools |
Contains various utility classes.
|
-
Uses of ValidationReport in VASSAL.build
Methods in VASSAL.build with parameters of type ValidationReport Modifier and Type Method Description void
AbstractBuildable. validate(Buildable target, ValidationReport report)
-
Uses of ValidationReport in VASSAL.build.module
Methods in VASSAL.build.module with parameters of type ValidationReport Modifier and Type Method Description void
PrototypeDefinition. validate(Buildable target, ValidationReport report)
-
Uses of ValidationReport in VASSAL.build.module.map
Methods in VASSAL.build.module.map with parameters of type ValidationReport Modifier and Type Method Description void
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 ValidationReport Modifier and Type Method Description void
CompoundValidityChecker. validate(Buildable target, ValidationReport report)
void
MandatoryComponent. validate(Buildable b, ValidationReport report)
void
SingleChildInstance. validate(Buildable b, ValidationReport report)
void
ValidityChecker. validate(Buildable target, ValidationReport report)
Constructors in VASSAL.configure with parameters of type ValidationReport Constructor Description ValidationReportDialog(ValidationReport report, ValidationReportDialog.CallBack cb)
-
Uses of ValidationReport in VASSAL.script
Methods in VASSAL.script with parameters of type ValidationReport Modifier and Type Method Description void
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 ValidationReport Modifier and Type Method Description void
UniqueIdManager. validate(Buildable target, ValidationReport report)
Ensures that no other instance of the same class has the same name