![]() |
Gridarta Editor
|
A MapValidator that checks for squares without a floor. More...
Public Member Functions | |
void | correct (@NotNull final Component parentComponent) |
Try to correct this error. More... | |
String | getParameter (final int id) |
SquareWithoutFloorError (@NotNull final MapSquare< G, A, R > mapSquare) | |
Creates a new instance. More... | |
![]() | |
SquareValidationError ( @NotNull final MapSquare< G, A, R > mapSquare) | |
Creates a new instance. More... | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
The serial version UID. More... | |
A MapValidator that checks for squares without a floor.
Definition at line 34 of file SquareWithoutFloorError.java.
net.sf.gridarta.model.validation.errors.SquareWithoutFloorError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.SquareWithoutFloorError | ( | @NotNull final MapSquare< G, A, R > | mapSquare | ) |
Creates a new instance.
mapSquare | the square on which the error occurred |
Definition at line 45 of file SquareWithoutFloorError.java.
void net.sf.gridarta.model.validation.errors.SquareWithoutFloorError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.correct | ( | @NotNull final Component | parentComponent | ) |
Try to correct this error.
parentComponent | parent component to display a dialog upon in case this error needs to query information from the user for correction |
Implements net.sf.gridarta.model.validation.errors.CorrectableError.
Definition at line 50 of file SquareWithoutFloorError.java.
String net.sf.gridarta.model.validation.errors.SquareWithoutFloorError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.getParameter | ( | final int | id | ) |
Definition at line 56 of file SquareWithoutFloorError.java.
|
staticprivate |
The serial version UID.
Definition at line 39 of file SquareWithoutFloorError.java.