org.hartmath
Class HartMathPanel.EvalKeyListener

java.lang.Object
org.hartmath.HartMathPanel.EvalKeyListener
- All Implemented Interfaces:
- java.util.EventListener, java.awt.event.KeyListener
- Enclosing class:
- HartMathPanel
- public class HartMathPanel.EvalKeyListener
- extends java.lang.Object
- implements java.awt.event.KeyListener
Evaluate an expression if SHIFT+ENTER is pressed
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
shiftPressed
boolean shiftPressed
controlPressed
boolean controlPressed
HartMathPanel.EvalKeyListener
public HartMathPanel.EvalKeyListener()
- Constructor for the EvalKeyListener object
keyPressed
public void keyPressed(java.awt.event.KeyEvent keyEvent)
- Description of the Method
- Specified by:
keyPressed in interface java.awt.event.KeyListener
keyReleased
public void keyReleased(java.awt.event.KeyEvent keyEvent)
- Description of the Method
- Specified by:
keyReleased in interface java.awt.event.KeyListener
keyTyped
public void keyTyped(java.awt.event.KeyEvent keyEvent)
- Description of the Method
- Specified by:
keyTyped in interface java.awt.event.KeyListener