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 voidAbstractBuildable. 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 voidPrototypeDefinition. 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 voidBoardPicker. 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 ValidationReport Modifier and Type Method Description voidCompoundValidityChecker. validate(Buildable target, ValidationReport report)voidMandatoryComponent. validate(Buildable b, ValidationReport report)voidSingleChildInstance. validate(Buildable b, ValidationReport report)voidValidityChecker. 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 voidActionScript. 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 ValidationReport Modifier and Type Method Description voidUniqueIdManager. validate(Buildable target, ValidationReport report)Ensures that no other instance of the same class has the same name