All Packages Class Hierarchy This Package Previous Next Index
Class javaParse.ReturnCommand
java.lang.Object
|
+----javaParse.Command
|
+----javaParse.ReturnCommand
- public class ReturnCommand
- extends Command
- implements ActionListener
The class associated with clicking
'return' on any of the windows.
-
ReturnCommand(WindowItem)
-
-
actionPerformed(ActionEvent)
-
-
execute(AWTEvent)
- will call the window's return function
ReturnCommand
public ReturnCommand(WindowItem w)
actionPerformed
public void actionPerformed(ActionEvent e)
execute
public void execute(AWTEvent evt)
- will call the window's return function
- Overrides:
- execute in class Command
All Packages Class Hierarchy This Package Previous Next Index