Gridarta Editor
|
Public Member Functions | |
void | setAction (@NotNull final Action action, @NotNull final String name) |
void | showHelp () |
ShowHelpAction (@NotNull final Frame parent) | |
Private Attributes | |
final Frame | parent |
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.
References net.sf.gridarta.action.ShowHelpAction.parent.
|
private |
The parent Frame for the dialog.
Definition at line 39 of file ShowHelpAction.java.
Referenced by net.sf.gridarta.action.ShowHelpAction.showHelp(), and net.sf.gridarta.action.ShowHelpAction.ShowHelpAction().