All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.LRClosureSetTextCommand

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

public class LRClosureSetTextCommand
extends Command
implements KeyListener

Constructor Index

 o LRClosureSetTextCommand(LRClosureSetWindow, int)

Method Index

 o addKey(char)
 o execute(AWTEvent)
function that will execute a function
 o keyPressed(KeyEvent)
 o keyReleased(KeyEvent)
 o keyTyped(KeyEvent)
 o removeKey(char)

Constructors

 o LRClosureSetTextCommand
 public LRClosureSetTextCommand(LRClosureSetWindow aWindow,
                                int num)

Methods

 o keyPressed
 public void keyPressed(KeyEvent e)
 o keyReleased
 public void keyReleased(KeyEvent e)
 o keyTyped
 public void keyTyped(KeyEvent e)
 o addKey
 public void addKey(char c)
 o removeKey
 public void removeKey(char c)
 o execute
 public void execute(AWTEvent evt)
function that will execute a function

Overrides:
execute in class Command

All Packages  Class Hierarchy  This Package  Previous  Next  Index