All Packages Class Hierarchy This Package Previous Next Index
Class javaParse.CloseCommand
java.lang.Object
|
+----javaParse.Command
|
+----javaParse.CloseCommand
- public class CloseCommand
- extends Command
- implements ActionListener
class associated with clicking
'close' on a Grammarwindow.
-
CloseCommand(GrammarWindow)
-
-
actionPerformed(ActionEvent)
-
-
execute(AWTEvent)
- will call the window's close function
CloseCommand
public CloseCommand(GrammarWindow app)
actionPerformed
public void actionPerformed(ActionEvent e)
execute
public void execute(AWTEvent e)
- will call the window's close function
- Overrides:
- execute in class Command
All Packages Class Hierarchy This Package Previous Next Index