teamdev.jxdesktop.win32
Class WindowsKeyboard

java.lang.Object
  extended byteamdev.jxdesktop.Keyboard
      extended byteamdev.jxdesktop.win32.WindowsKeyboard

public class WindowsKeyboard
extends Keyboard

Represents the system keyboard of the Windows OS.


Field Summary
 
Fields inherited from class teamdev.jxdesktop.Keyboard
listeners
 
Constructor Summary
WindowsKeyboard()
           
 
Method Summary
 void dispose()
          Disposes of the system keyboard.
 
Methods inherited from class teamdev.jxdesktop.Keyboard
addKeyListener, createKeyboard, getKeyListeners, removeKeyListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsKeyboard

public WindowsKeyboard()
Method Detail

dispose

public void dispose()
Description copied from class: Keyboard
Disposes of the system keyboard.

Specified by:
dispose in class Keyboard