20 package net.sf.gridarta.action;
22 import javax.swing.Action;
28 import net.
sf.japi.swing.action.ActionMethod;
29 import org.jetbrains.annotations.NotNull;
60 public void setAction(@NotNull
final Action action, @NotNull
final String name) {
Graphical User Interface of Gridarta.
void setAction(@NotNull final Action action, @NotNull final String name)
Sets the Action instance for this editor action.
final DefaultFileControl< G, A, R > fileControl
The global DefaultFileControl instance.
Default FileControl implementation.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
SaveAllMapsAction(@NotNull final DefaultFileControl< G, A, R > fileControl)
Creates a new instance.
An EditorAction that saves all modified maps.
GameObjects are the objects based on Archetypes found on maps.
void saveAllMaps()
Saves all modified maps.
void saveAllMaps()
Saves all maps.
Interface for MapArchObjects.