All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.HelpCommand

java.lang.Object
   |
   +----javaParse.Command
           |
           +----javaParse.HelpCommand

public class HelpCommand
extends Command
implements ActionListener
The class associated with clicking 'help' on any of the windows.


Constructor Index

 o HelpCommand(WindowItem, String)

Method Index

 o actionPerformed(ActionEvent)
 o execute(AWTEvent)
calls the window's showHelp function

Constructors

 o HelpCommand
 public HelpCommand(WindowItem w,
                    String filename)
Parameters:
w - the window to which this help command is bound
filename - the path of the helpfile that will be loaded when the help command executes the window's help popup function

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o execute
 public void execute(AWTEvent evt)
calls the window's showHelp function

Overrides:
execute in class Command

All Packages  Class Hierarchy  This Package  Previous  Next  Index