org.cruxframework.crux.core.client.screen
Class ArrowsDevice.Keys

java.lang.Object
  extended by org.cruxframework.crux.core.client.screen.ArrowsDevice.Keys
Enclosing class:
ArrowsDevice

public static class ArrowsDevice.Keys
extends Object

Key codes for d-pad Navigation

Author:
Thiago da Rosa de Bustamante

Field Summary
static int KEY_BACK
           
static int KEY_DOWN_ARROW
           
static int KEY_ENTER_SELECT
           
static int KEY_FAST_FORWARD
           
static int KEY_LEFT_ARROW
           
static int KEY_MENU
           
static int KEY_PLAY_PAUSE
           
static int KEY_REWIND
           
static int KEY_RIGHT_ARROW
           
static int KEY_SKIP_BACK
           
static int KEY_SKIP_FORWARD
           
static int KEY_STOP
           
static int KEY_UP_ARROW
           
 
Constructor Summary
ArrowsDevice.Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_LEFT_ARROW

public static final int KEY_LEFT_ARROW
See Also:
Constant Field Values

KEY_UP_ARROW

public static final int KEY_UP_ARROW
See Also:
Constant Field Values

KEY_RIGHT_ARROW

public static final int KEY_RIGHT_ARROW
See Also:
Constant Field Values

KEY_DOWN_ARROW

public static final int KEY_DOWN_ARROW
See Also:
Constant Field Values

KEY_ENTER_SELECT

public static final int KEY_ENTER_SELECT
See Also:
Constant Field Values

KEY_BACK

public static final int KEY_BACK
See Also:
Constant Field Values

KEY_MENU

public static final int KEY_MENU
See Also:
Constant Field Values

KEY_PLAY_PAUSE

public static final int KEY_PLAY_PAUSE
See Also:
Constant Field Values

KEY_STOP

public static final int KEY_STOP
See Also:
Constant Field Values

KEY_SKIP_BACK

public static final int KEY_SKIP_BACK
See Also:
Constant Field Values

KEY_SKIP_FORWARD

public static final int KEY_SKIP_FORWARD
See Also:
Constant Field Values

KEY_REWIND

public static final int KEY_REWIND
See Also:
Constant Field Values

KEY_FAST_FORWARD

public static final int KEY_FAST_FORWARD
See Also:
Constant Field Values
Constructor Detail

ArrowsDevice.Keys

public ArrowsDevice.Keys()


Copyright © 2014. All rights reserved.