All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.SaveCommand

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

public class SaveCommand
extends Command
implements ActionListener
SaveCommand - the class associated with clicking 'save' on a Grammarwindow.


Constructor Index

 o SaveCommand(GrammarWindow)

Method Index

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

Constructors

 o SaveCommand
 public SaveCommand(GrammarWindow app)

Methods

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

Overrides:
execute in class Command

All Packages  Class Hierarchy  This Package  Previous  Next  Index