20 package net.sf.gridarta.action;
22 import java.awt.Component;
23 import javax.swing.Action;
26 import net.
sf.japi.swing.action.ActionMethod;
27 import org.jetbrains.annotations.NotNull;
58 public void setAction(@NotNull
final Action action, @NotNull
final String name) {
Graphical User Interface of Gridarta.
void setAction(@NotNull final Action action, @NotNull final String name)
Sets the Action instance for this editor action.
void shortcuts()
The action method for "shortcuts".
final ShortcutsManager shortcutsManager
Base package of all Gridarta classes.
void showShortcutsDialog(@NotNull final Component parentComponent)
Displays a dialog to edit shortcuts.
Manager for shortcuts of all Actions in an ActionBuilder instance.
ShortcutsAction(@NotNull final ShortcutsManager shortcutsManager, @NotNull final Component parent)
Creates a new instance.