 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.action;
22 import java.awt.Component;
23 import javax.swing.Action;
27 import net.
sf.japi.swing.action.ActionMethod;
28 import org.jetbrains.annotations.NotNull;
29 import org.jetbrains.annotations.Nullable;
66 public void setAction(@NotNull
final Action action, @NotNull
final String
name) {
void collectSpells()
The action method for "collectSpells".
Base package of all Gridarta classes.
void setAction(@NotNull final Action action, @NotNull final String name)
Sets the Action instance for this editor action.
Graphical User Interface of Gridarta.
final ProjectSettings projectSettings
Settings that apply to a project.
void importSpells(@NotNull final File dir, @NotNull final Component parent)
Opens a file chooser to select the spell list file, then import spells.
CollectSpellsAction(@Nullable final SpellsUtils spellsUtils, @NotNull final ProjectSettings projectSettings, @NotNull final Component parent)
Creates a new instance.
File getConfigurationDirectory()
Returns the configuration directory which is used to load configuration information like types....
final SpellsUtils spellsUtils