 |
Gridarta Editor
|
Go to the documentation of this file.
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) {
void correct(@NotNull final Component parentComponent)
Try to correct this error.
Base package of all Gridarta classes.
A ValidationError that refers to a completely blocked map square.
static final long serialVersionUID
The serial version UID.
String getParameter(final int id)
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.
BlockedSquareError(@NotNull final MapSquare< G, A, R > mapSquare)
Creates a new instance.
Class for validation errors on a MapSquare.
This interface can be implemented by errors that provide a facility to correct them.