 |
Gridarta Editor
|
Go to the documentation of this file.
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) {
Default implementation for GameObject implementing classes.
Base package of all Gridarta classes.
SysObjectNotOnLayerZeroError(@NotNull final G gameObject)
Creates a new instance.
void correct(@NotNull final Component parentComponent)
Try to correct this error.
Reflects a game object (object on a map).
ValidationError that's used if a GameObject that is a SysObject is found on a layer other than 0.
Class for validation errors related to a GameObject.
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.
static final long serialVersionUID
The serial version UID.
static final String LAYER
The name of the "layer" attribute.
This interface can be implemented by errors that provide a facility to correct them.
String getParameter(final int id)