com.jme.ui
Class UIEditBox.EditBoxKeyInputAction

java.lang.Object
  extended bycom.jme.input.action.KeyInputAction
      extended bycom.jme.ui.UIEditBox.EditBoxKeyInputAction
All Implemented Interfaces:
InputAction
Enclosing class:
UIEditBox

public abstract class UIEditBox.EditBoxKeyInputAction
extends KeyInputAction


Field Summary
 
Fields inherited from class com.jme.input.action.KeyInputAction
allowsRepeats, key, keyChar, speed
 
Constructor Summary
UIEditBox.EditBoxKeyInputAction()
           
 
Methods inherited from class com.jme.input.action.KeyInputAction
allowsRepeats, getKey, getKeyChar, getSpeed, setAllowsRepeats, setKey, setKeyChar, setSpeed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jme.input.action.InputAction
performAction
 

Constructor Detail

UIEditBox.EditBoxKeyInputAction

public UIEditBox.EditBoxKeyInputAction()