 |
Gridarta Editor
|
Go to the documentation of this file.
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) {
boolean closeAllMaps()
Invoked when the user wants to close all maps.
CloseAllMapsAction(@NotNull final DefaultFileControl< G, A, R > fileControl)
Creates a new instance.
Base package of all Gridarta classes.
void setAction(@NotNull final Action action, @NotNull final String name)
Sets the Action instance for this editor action.
Reflects a game object (object on a map).
Graphical User Interface of Gridarta.
GameObjects are the objects based on Archetypes found on maps.
void closeAllMaps()
Closes all open map windows.
Interface for MapArchObjects.
An EditorAction that closes all map windows.
Default FileControl implementation.
final DefaultFileControl< G, A, R > fileControl
The global DefaultFileControl instance.