public class CollectSpellsAction extends java.lang.Object implements EditorAction
Constructor and Description |
---|
CollectSpellsAction(@Nullable SpellsUtils spellsUtils,
@NotNull ProjectSettings projectSettings,
@NotNull java.awt.Component parent)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
collectSpells()
The action method for "collectSpells".
|
void |
setAction(@NotNull javax.swing.Action action,
@NotNull java.lang.String name)
Sets the
Action instance for this editor action. |
public CollectSpellsAction(@Nullable @Nullable SpellsUtils spellsUtils, @NotNull @NotNull ProjectSettings projectSettings, @NotNull @NotNull java.awt.Component parent)
@ActionMethod public void collectSpells()
public void setAction(@NotNull @NotNull javax.swing.Action action, @NotNull @NotNull java.lang.String name)
EditorAction
Action
instance for this editor action.setAction
in interface EditorAction
action
- the action instancename
- the name of the action