All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.HideCommand

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

public class HideCommand
extends Command
implements ActionListener
The class associated with clicking 'hide' on any of the WindowItems.


Constructor Index

 o HideCommand(WindowItem)

Method Index

 o actionPerformed(ActionEvent)
 o execute(AWTEvent)
will call the window's setShowing function and tell it to hide itself

Constructors

 o HideCommand
 public HideCommand(WindowItem w)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o execute
 public void execute(AWTEvent evt)
will call the window's setShowing function and tell it to hide itself

Overrides:
execute in class Command

All Packages  Class Hierarchy  This Package  Previous  Next  Index