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
-
LRClosureSetTextCommand(LRClosureSetWindow, int)
-
-
addKey(char)
-
-
execute(AWTEvent)
- function that will execute a function
-
keyPressed(KeyEvent)
-
-
keyReleased(KeyEvent)
-
-
keyTyped(KeyEvent)
-
-
removeKey(char)
-
LRClosureSetTextCommand
public LRClosureSetTextCommand(LRClosureSetWindow aWindow,
int num)
keyPressed
public void keyPressed(KeyEvent e)
keyReleased
public void keyReleased(KeyEvent e)
keyTyped
public void keyTyped(KeyEvent e)
addKey
public void addKey(char c)
removeKey
public void removeKey(char c)
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