public class ShowHelpAction extends java.lang.Object implements EditorAction
EditorAction that shows the help dialog.| Constructor and Description |
|---|
ShowHelpAction(@NotNull java.awt.Frame parent)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setAction(@NotNull javax.swing.Action action,
@NotNull java.lang.String name)
Sets the
Action instance for this editor action. |
void |
showHelp()
Shows the help dialog.
|
public ShowHelpAction(@NotNull
@NotNull java.awt.Frame parent)
parent - the parent frame for the dialog@ActionMethod public void showHelp()
public void setAction(@NotNull
@NotNull javax.swing.Action action,
@NotNull
@NotNull java.lang.String name)
EditorActionAction instance for this editor action.setAction in interface EditorActionaction - the action instancename - the name of the action