speed.tool
Class SpeedTool

java.lang.Object
  extended by speed.tool.SpeedTool
All Implemented Interfaces:
KeyListener, EventListener

public class SpeedTool
extends Object
implements KeyListener


Constructor Summary
SpeedTool()
           
 
Method Summary
 String getMenuTitle()
           
 void init(Editor editor)
           
 void keyPressed(KeyEvent e)
           
 void keyReleased(KeyEvent e)
           
 void keyTyped(KeyEvent e)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeedTool

public SpeedTool()
Method Detail

getMenuTitle

public String getMenuTitle()

init

public void init(Editor editor)

run

public void run()

keyPressed

public void keyPressed(KeyEvent e)
Specified by:
keyPressed in interface KeyListener

keyReleased

public void keyReleased(KeyEvent e)
Specified by:
keyReleased in interface KeyListener

keyTyped

public void keyTyped(KeyEvent e)
Specified by:
keyTyped in interface KeyListener


Processing tool SpeedTool by Lars Kaltenbach. (C) 2013