![]() |
Gridarta Editor
|
Validation error that's used when the SlayingChecker detected a possible error on the map. More...
Public Member Functions | |
void | correct (@NotNull final Component parentComponent) |
Try to correct this error. More... | |
String | getParameter (final int id) |
SlayingError (@NotNull final G gameObject) | |
Creates a new instance. More... | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
The serial version UID. More... | |
Additional Inherited Members | |
![]() | |
GameObjectValidationError ( @NotNull final G gameObject) | |
Creates a new instance. More... | |
Validation error that's used when the SlayingChecker detected a possible error on the map.
Definition at line 34 of file SlayingError.java.
net.sf.gridarta.model.validation.errors.SlayingError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.SlayingError | ( | @NotNull final G | gameObject | ) |
Creates a new instance.
gameObject | the GameObject on which the error occurred |
Definition at line 45 of file SlayingError.java.
void net.sf.gridarta.model.validation.errors.SlayingError< 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 SlayingError.java.
String net.sf.gridarta.model.validation.errors.SlayingError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.getParameter | ( | final int | id | ) |
Definition at line 59 of file SlayingError.java.
|
staticprivate |
The serial version UID.
Definition at line 39 of file SlayingError.java.