20 package net.sf.gridarta.utils;
22 import javax.swing.Action;
23 import org.jetbrains.annotations.NotNull;
36 void setAction(@NotNull Action action, @NotNull String name);
void setAction(@NotNull Action action, @NotNull String name)
Sets the Action instance for this editor action.