|
Gridarta Editor
|
An EditorAction that shows the help dialog. More...
Inheritance diagram for net.sf.gridarta.action.ShowHelpAction:
Collaboration diagram for net.sf.gridarta.action.ShowHelpAction:Public Member Functions | |
| void | setAction (@NotNull final Action action, @NotNull final String name) |
| Sets the Action instance for this editor action. More... | |
| void | showHelp () |
| Shows the help dialog. More... | |
| ShowHelpAction (@NotNull final Frame parent) | |
| Creates a new instance. More... | |
Private Attributes | |
| final Frame | parent |
| The parent Frame for the dialog. More... | |
An EditorAction that shows the help dialog.
Definition at line 33 of file ShowHelpAction.java.
| net.sf.gridarta.action.ShowHelpAction.ShowHelpAction | ( | @NotNull final Frame | parent | ) |
Creates a new instance.
| parent | the parent frame for the dialog |
Definition at line 45 of file ShowHelpAction.java.
References net.sf.gridarta.action.ShowHelpAction.parent.
| void net.sf.gridarta.action.ShowHelpAction.setAction | ( | @NotNull final Action | action, |
| @NotNull final String | name | ||
| ) |
Sets the Action instance for this editor action.
| action | the action instance |
| name | the name of the action |
Implements net.sf.gridarta.utils.EditorAction.
Definition at line 58 of file ShowHelpAction.java.
| void net.sf.gridarta.action.ShowHelpAction.showHelp | ( | ) |
Shows the help dialog.
Definition at line 53 of file ShowHelpAction.java.
|
private |
The parent Frame for the dialog.
Definition at line 39 of file ShowHelpAction.java.
Referenced by net.sf.gridarta.action.ShowHelpAction.ShowHelpAction().