com.partnersoft.gui
Class VirtualKeyboard

java.lang.Object
  extended by com.partnersoft.gui.VirtualKeyboard

public class VirtualKeyboard
extends java.lang.Object

This keyboard is designed to type in find items, and therefore does not include all the keys of a full keyboard. Fakes java.awt.event.KeyEvents. A simple a-through-z keyboard is on the left and a numeric keypad is on the right.

Author:
Russell Cagle

Constructor Summary
VirtualKeyboard()
           
 
Method Summary
 javax.swing.JComponent getGUI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualKeyboard

public VirtualKeyboard()
Method Detail

getGUI

public javax.swing.JComponent getGUI()