20 package net.sf.gridarta.model.validation.errors;
22 import java.awt.Component;
27 import org.jetbrains.annotations.NotNull;
28 import org.jetbrains.annotations.Nullable;
50 public void correct(@NotNull
final Component parentComponent) {
String getParameter(final int id)
void correct(@NotNull final Component parentComponent)
Try to correct this error.
A MapValidator that checks for squares without a floor.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
SquareWithoutFloorError(@NotNull final MapSquare< G, A, R > mapSquare)
Create a SquareWithoutFloorError.
GameObjects are the objects based on Archetypes found on maps.
This interface can be implemented by errors that provide a facility to correct them.
static final long serialVersionUID
The serial version UID.
Class for validation errors on a MapSquare.
Interface for MapArchObjects.