 |
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) {
final NewMapDialogFactory< G, A, R > newMapDialogFactory
The NewMapDialogFactory for opening "Create New Map" dialogs.
Base package of all Gridarta classes.
NewMapAction(@NotNull final NewMapDialogFactory< G, A, R > newMapDialogFactory)
Creates a new instance.
Reflects a game object (object on a map).
Graphical User Interface of Gridarta.
GameObjects are the objects based on Archetypes found on maps.
void showNewMapDialog()
Shows a dialog for creating a new map.
Interface for MapArchObjects.
Utility class to create NewMapDialog instances.
An EditorAction that opens the "Create New Map" dialog.
void setAction(@NotNull final Action action, @NotNull final String name)
Sets the Action instance for this editor action.
void newMap()
Shows a dialog for creating a new map.