Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hartmath
Class HartMathPanel.EvalKeyListener  view HartMathPanel.EvalKeyListener download HartMathPanel.EvalKeyListener.java

java.lang.Object
  extended byorg.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


Field Summary
(package private)  boolean controlPressed
           
(package private)  boolean shiftPressed
           
 
Constructor Summary
HartMathPanel.EvalKeyListener()
          Constructor for the EvalKeyListener object
 
Method Summary
 void keyPressed(java.awt.event.KeyEvent keyEvent)
          Description of the Method
 void keyReleased(java.awt.event.KeyEvent keyEvent)
          Description of the Method
 void keyTyped(java.awt.event.KeyEvent keyEvent)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shiftPressed

boolean shiftPressed

controlPressed

boolean controlPressed
Constructor Detail

HartMathPanel.EvalKeyListener

public HartMathPanel.EvalKeyListener()
Constructor for the EvalKeyListener object

Method Detail

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