20 package net.sf.gridarta.gui.panel.pickmapchooser;
26 import org.jetbrains.annotations.NotNull;
27 import org.jetbrains.annotations.Nullable;
Graphical User Interface of Gridarta.
Interface for listeners for pickmap related events.
Maintains the state of a pickmap file.
void pickmapModifiedChanged(int index, @NotNull PickmapState< G, A, R > pickmapState)
Notifies that one pickmap's modified flag has changed.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
void pickmapReverted(@NotNull PickmapState< G, A, R > pickmapState)
Notifies that one pickmap has been reverted.
void activePickmapChanged(@Nullable PickmapState< G, A, R > pickmapState)
Notifies that the active pickmap has changed.
Interface for MapArchObjects.