Packagecc.cote.feathers.softkeyboard.alternates
Classpublic class AlternatesSymbol
InheritanceAlternatesSymbol Inheritance Object

The AlternatesFr class is an enumeration class that provides references to variants of latin letters useful in a French context. The variants included here are based on the Wikipedia article listed below.

See also

http://fr.wikipedia.org/wiki/Diacritiques_utilis%C3%A9s_en_fran%C3%A7ais


Public Constants
 ConstantDefined By
  ASTERISK : Vector.<Key>
[static] Variants of the asterisk character
AlternatesSymbol
  AT_SIGN : Vector.<Key>
[static] Variants of the at-sign character
AlternatesSymbol
  COLON : Vector.<Key>
[static] Variants of the colon character
AlternatesSymbol
  DOLLAR_SIGN : Vector.<Key>
[static] Variants of the dollar sign character
AlternatesSymbol
  EXCLAMATION_MARK : Vector.<Key>
[static] Variants of the question mark character
AlternatesSymbol
  LEFT_PARENTHESIS : Vector.<Key>
[static] Variants of the left-parenthesis character
AlternatesSymbol
  MINUS : Vector.<Key>
[static] Variants of the minus character
AlternatesSymbol
  PERCENT : Vector.<Key>
[static] Variants of the percent character
AlternatesSymbol
  QUESTION_MARK : Vector.<Key>
[static] Variants of the question mark character
AlternatesSymbol
  RIGHT_PARENTHESIS : Vector.<Key>
[static] Variants of the right-parenthesis character
AlternatesSymbol
  SLASH : Vector.<Key>
[static] Variants of the forward slash character
AlternatesSymbol
Constant Detail
ASTERISKConstant
public static const ASTERISK:Vector.<Key>

Variants of the asterisk character

AT_SIGNConstant 
public static const AT_SIGN:Vector.<Key>

Variants of the at-sign character

COLONConstant 
public static const COLON:Vector.<Key>

Variants of the colon character

DOLLAR_SIGNConstant 
public static const DOLLAR_SIGN:Vector.<Key>

Variants of the dollar sign character

EXCLAMATION_MARKConstant 
public static const EXCLAMATION_MARK:Vector.<Key>

Variants of the question mark character

LEFT_PARENTHESISConstant 
public static const LEFT_PARENTHESIS:Vector.<Key>

Variants of the left-parenthesis character

MINUSConstant 
public static const MINUS:Vector.<Key>

Variants of the minus character

PERCENTConstant 
public static const PERCENT:Vector.<Key>

Variants of the percent character

QUESTION_MARKConstant 
public static const QUESTION_MARK:Vector.<Key>

Variants of the question mark character

RIGHT_PARENTHESISConstant 
public static const RIGHT_PARENTHESIS:Vector.<Key>

Variants of the right-parenthesis character

SLASHConstant 
public static const SLASH:Vector.<Key>

Variants of the forward slash character