All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.OpenCommand

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

public class OpenCommand
extends Command
implements ActionListener
OpenCommand - the class associated with clicking 'open' on a Grammarwindow


Constructor Index

 o OpenCommand(GrammarWindow)

Method Index

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

Constructors

 o OpenCommand
 public OpenCommand(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