All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.ReallyCloseCommand

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

public class ReallyCloseCommand
extends Command
implements ActionListener

Constructor Index

 o ReallyCloseCommand(GrammarWindow)
really close command is bound to a grammar window.

Method Index

 o actionPerformed(ActionEvent)
 o execute(AWTEvent)
calls the reallyClose function for that grammr window

Constructors

 o ReallyCloseCommand
 public ReallyCloseCommand(GrammarWindow app)
really close command is bound to a grammar window. After being prompted the first time, this is the command that takes the "yes" answer to "are you sure?"

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o execute
 public void execute(AWTEvent e)
calls the reallyClose function for that grammr window

Overrides:
execute in class Command

All Packages  Class Hierarchy  This Package  Previous  Next  Index