All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.PrintCommand

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

public class PrintCommand
extends Command
implements ActionListener
The class associated with clicking 'print' on a Grammarwindow


Constructor Index

 o PrintCommand(GrammarWindow)

Method Index

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

Constructors

 o PrintCommand
 public PrintCommand(GrammarWindow app)

Methods

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

Overrides:
execute in class Command

All Packages  Class Hierarchy  This Package  Previous  Next  Index