 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.var.crossfire.model.validation.errors;
22 import java.awt.Component;
28 import org.jetbrains.annotations.NotNull;
29 import org.jetbrains.annotations.Nullable;
36 @SuppressWarnings(
"AbstractClassWithoutAbstractMethods")
42 private static final long serialVersionUID = 1L;
61 @SuppressWarnings(
"NoopMethodInAbstractClass")
62 public
void correct(@NotNull final Component parentComponent) {
Base package of all Gridarta classes.
Reflects a game object (object on a map).
Class for validation errors related to a GameObject.
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.
This package contains the framework for validating maps.
This interface can be implemented by errors that provide a facility to correct them.
AbstractSuspiciousMsgError(@NotNull final G gameObject, @NotNull final String line)
Creates a new instance.
final String line
The line that contains the error.
A validation error that's used when the SuspiciousMsgChecker detected a possible error on a game obje...
String getParameter(final int id)