VT_NAME The formal name of the vertical tab (U+000B) key.
Method Summary
public int
formalKeyLookup(String name) Looks up a single natural key by its formal name, and returns the integer
representation for this natural key
Parameters: name - The formal name of the natural key to look-up; must not benull.
formalKeyLookupInteger(String name) Looks up a single natural key by its formal name, and returns the integer
representation for this natural key
Parameters: name - The formal name of the natural key to look-up; must not benull.
public int
formalModifierLookup(String name) Looks up a single modifier key by its formal name, and returns the integer
representation for this modifier key
Parameters: name - The formal name of the modifier key to look-up; must not benull.
Looks up a single natural key by its formal name, and returns the integer
representation for this natural key
Parameters: name - The formal name of the natural key to look-up; must not benull. The integer representation of this key. If the natural key cannotbe found, then this method returns 0.
Looks up a single natural key by its formal name, and returns the integer
representation for this natural key
Parameters: name - The formal name of the natural key to look-up; must not benull. The integer representation of this key. If the natural key cannotbe found, then this method returns 0.
formalModifierLookup
public int formalModifierLookup(String name)(Code)
Looks up a single modifier key by its formal name, and returns the integer
representation for this modifier key
Parameters: name - The formal name of the modifier key to look-up; must not benull. The integer representation of this key. If the modifier keycannot be found, then this method returns 0.
Looks up a key value, and returns the formal string representation for
that key
Parameters: key - The key to look-up. The formal string representation of this key. If this key cannotbe found, then it is simply the character corresponding to thatinteger value.
Returns whether the given key is a modifier key.
Parameters: key - The integer value of the key to check. true if the key is one of the modifier keys;false otherwise.