20 package net.sf.gridarta.model.validation.errors;
22 import java.awt.Component;
28 import org.jetbrains.annotations.NotNull;
29 import org.jetbrains.annotations.Nullable;
52 public void correct(@NotNull
final Component parentComponent) {
Class for validation errors related to an GameObject.
static final String LAYER
The name of the "layer" attribute.
String getParameter(final int id)
Base package of all Gridarta classes.
Reflects a game object (object on a map).
ValidationError that's used if an GameObject that is a SysObject is found on a layer other than 0...
GameObjects are the objects based on Archetypes found on maps.
void correct(@NotNull final Component parentComponent)
Try to correct this error.
This interface can be implemented by errors that provide a facility to correct them.
SysObjectNotOnLayerZeroError(@NotNull final G gameObject)
Create a SysObjectNotOnLayerZeroError.
Default implementation for GameObject implementing classes.
Interface for MapArchObjects.
static final long serialVersionUID
The serial version UID.