All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.AboutCommand

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

public class AboutCommand
extends Command
implements ActionListener
The class associated with clicking 'about' on the Grammar Window


Constructor Index

 o AboutCommand(GrammarWindow)

Method Index

 o actionPerformed(ActionEvent)
 o execute(AWTEvent)
calls the Grammar Window's showAbout function

Constructors

 o AboutCommand
 public AboutCommand(GrammarWindow w)
Parameters:
w - the window to which this help command is bound 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 Grammar Window's showAbout function

Overrides:
execute in class Command

All Packages  Class Hierarchy  This Package  Previous  Next  Index