All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.ShowCommand

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

public class ShowCommand
extends Command
implements ActionListener
ShowCommand - the class associated with clicking 'show' on any of the ParserWindows.


Constructor Index

 o ShowCommand(WindowItem)

Method Index

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

Constructors

 o ShowCommand
 public ShowCommand(WindowItem w)

Methods

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

Overrides:
execute in class Command

All Packages  Class Hierarchy  This Package  Previous  Next  Index