 |
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.
final DefaultFileControl< G, A, R > fileControl
The global DefaultFileControl instance.
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.
void editScript()
Opens a script file.
An EditorAction that edits or creates a script file.
EditScriptAction(@NotNull final DefaultFileControl< G, A, R > fileControl)
Creates a new instance.
Default FileControl implementation.