com.jaxfront.swing.ui.tools
Class CalculatorHandler

java.lang.Object
  extended by com.jaxfront.swing.ui.tools.CalculatorHandler
All Implemented Interfaces:
java.awt.event.FocusListener, java.awt.event.KeyListener, java.util.EventListener

public class CalculatorHandler
extends java.lang.Object
implements java.awt.event.FocusListener, java.awt.event.KeyListener


Constructor Summary
CalculatorHandler(javax.swing.text.JTextComponent tc, Type aBaseType)
           
 
Method Summary
 void end()
           
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 void handle()
           
 void handleAbort()
           
 void keyPressed(java.awt.event.KeyEvent e)
           
 void keyReleased(java.awt.event.KeyEvent e)
           
 void keyTyped(java.awt.event.KeyEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculatorHandler

public CalculatorHandler(javax.swing.text.JTextComponent tc,
                         Type aBaseType)
Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent e)
Specified by:
focusGained in interface java.awt.event.FocusListener

focusLost

public void focusLost(java.awt.event.FocusEvent e)
Specified by:
focusLost in interface java.awt.event.FocusListener

keyPressed

public void keyPressed(java.awt.event.KeyEvent e)
Specified by:
keyPressed in interface java.awt.event.KeyListener

keyReleased

public void keyReleased(java.awt.event.KeyEvent e)
Specified by:
keyReleased in interface java.awt.event.KeyListener

keyTyped

public void keyTyped(java.awt.event.KeyEvent e)
Specified by:
keyTyped in interface java.awt.event.KeyListener

end

public void end()

handle

public void handle()

handleAbort

public void handleAbort()