A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

K

KalmanFilter - Class in lejos.util
 
KalmanFilter(Matrix, Matrix, Matrix, Matrix, Matrix) - Constructor for class lejos.util.KalmanFilter
 
KEEP_ALIVE - Static variable in class lejos.nxt.comm.LCP
 
KEEP_ALIVE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
KEY_BACK - Static variable in class javax.microedition.lcdui.Displayable
 
KEY_ENTER - Static variable in class javax.microedition.lcdui.Displayable
 
KEY_FIRST - Static variable in class lejos.addon.keyboard.KeyEvent
The first number in the range of ids used for key events.
KEY_LAST - Static variable in class lejos.addon.keyboard.KeyEvent
The last number in the range of ids used for key events.
KEY_LEFT - Static variable in class javax.microedition.lcdui.Displayable
 
KEY_LOCATION_LEFT - Static variable in class lejos.addon.keyboard.KeyEvent
A constant indicating that the key pressed or released is in the left key location (there is more than one possible location for this key).
KEY_LOCATION_NUMPAD - Static variable in class lejos.addon.keyboard.KeyEvent
A constant indicating that the key event originated on the numeric keypad or with a virtual key corresponding to the numeric keypad.
KEY_LOCATION_RIGHT - Static variable in class lejos.addon.keyboard.KeyEvent
A constant indicating that the key pressed or released is in the right key location (there is more than one possible location for this key).
KEY_LOCATION_STANDARD - Static variable in class lejos.addon.keyboard.KeyEvent
A constant indicating that the key pressed or released is not distinguished as the left or right version of a key, and did not originate on the numeric keypad (or did not originate with a virtual key corresponding to the numeric keypad).
KEY_LOCATION_UNKNOWN - Static variable in class lejos.addon.keyboard.KeyEvent
A constant indicating that the keyLocation is indeterminate or not relevant.
KEY_PRESSED - Static variable in class lejos.addon.keyboard.KeyEvent
The "key pressed" event.
KEY_RELEASED - Static variable in class lejos.addon.keyboard.KeyEvent
The "key released" event.
KEY_RIGHT - Static variable in class javax.microedition.lcdui.Displayable
 
KEY_TYPED - Static variable in class lejos.addon.keyboard.KeyEvent
The "key typed" event.
Keyboard - Class in lejos.addon.keyboard
This class will only work with SPP keyboards, not standard HID keyboards.
Keyboard(InputStream, OutputStream) - Constructor for class lejos.addon.keyboard.Keyboard
Creates a new Keyboard instance using streams from the keyboard.
Keyboard() - Constructor for class lejos.addon.keyboard.Keyboard
Makes Bluetooth connection to SPP keyboard.
KeyEvent - Class in lejos.addon.keyboard
Contains data for a KeyEvent.
KeyEvent(Keyboard, int, long, int, int, char, int) - Constructor for class lejos.addon.keyboard.KeyEvent
 
KeyListener - Interface in lejos.addon.keyboard
This interface is for classes that wish to receive keyboard events.
keyPressed(KeyEvent) - Method in interface lejos.addon.keyboard.KeyListener
This method is called when a key is pressed.
keyReleased(KeyEvent) - Method in interface lejos.addon.keyboard.KeyListener
This method is called when a key is released.
keys() - Method in class java.util.Hashtable
 
keyTyped(KeyEvent) - Method in interface lejos.addon.keyboard.KeyListener
This method is called when a key is typed.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _