 |
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) {
Base package of all Gridarta classes.
void openFile(final boolean mapFile)
The user wants to edit a file.
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 openFile()
Opens a map file.
final DefaultFileControl< G, A, R > fileControl
The global DefaultFileControl instance.
Interface for MapArchObjects.
An EditorAction that edits or creates a map file.
OpenFileAction(@NotNull final DefaultFileControl< G, A, R > fileControl)
Creates a new instance.
Default FileControl implementation.