20 package net.sf.gridarta.action;
22 import java.awt.Frame;
23 import javax.swing.Action;
26 import net.
sf.japi.swing.action.ActionMethod;
27 import org.jetbrains.annotations.NotNull;
54 new Help(parent,
"start.html").setVisible(
true);
58 public void setAction(@NotNull
final Action action, @NotNull
final String name) {
final Frame parent
The parent Frame for the dialog.
void showHelp()
Shows the help dialog.
Graphical User Interface of Gridarta.
This packages implements the online help system for the Gridarta editor.
Base package of all Gridarta classes.
void setAction(@NotNull final Action action, @NotNull final String name)
Sets the Action instance for this editor action.
An EditorAction that shows the help dialog.
Implements the Help Window is a separate frame with html content.
ShowHelpAction(@NotNull final Frame parent)
Creates a new instance.