All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.NewGrammarCommand

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

public class NewGrammarCommand
extends Command
implements ActionListener

Constructor Index

 o NewGrammarCommand(GrammarWindow)

Method Index

 o actionPerformed(ActionEvent)
 o execute(AWTEvent)
will call the window's open function

Constructors

 o NewGrammarCommand
 public NewGrammarCommand(GrammarWindow app)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o execute
 public void execute(AWTEvent e)
will call the window's open function

Overrides:
execute in class Command

All Packages  Class Hierarchy  This Package  Previous  Next  Index