Android
android.view
public static class

android.view.KeyCharacterMap.KeyData

java.lang.Object
android.view.KeyCharacterMap.KeyData

Summary

Constants

      Value  
int  META_LENGTH    0x00000004 

Fields

public      char  displayLabel  The display label (see getDisplayLabel(int)). 
public      char[]  meta  The character that will be generated in various meta states (the same ones used for get(int, int) and defined as META_SHIFT_ON and META_ALT_ON). 
public      char  number  The "number" value (see getNumber(int)). 

Public Constructors

            KeyCharacterMap.KeyData()
Methods inherited from class java.lang.Object

Details

Constants

public static final int META_LENGTH

Constant Value: 4 (0x00000004)

Fields

public char displayLabel

The display label (see getDisplayLabel(int)).

public char[] meta

The character that will be generated in various meta states (the same ones used for get(int, int) and defined as META_SHIFT_ON and META_ALT_ON).
IndexValue
0no modifiers
1caps
2alt
3caps + alt

public char number

The "number" value (see getNumber(int)).

Public Constructors

public KeyCharacterMap.KeyData()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48