Packagecc.cote.feathers.softkeyboard.keycollections
Classpublic class SymbolKeyVariants
InheritanceSymbolKeyVariants Inheritance Object

The SymbolKeyVariants class is an enumeration class that provides references to variants of common symbol characters useful in a latin-based language context.



Public Constants
 ConstantDefined By
  ASTERISK : Vector.<Key>
[static] Variants of the asterisk character
SymbolKeyVariants
  AT_SIGN : Vector.<Key>
[static] Variants of the at-sign character
SymbolKeyVariants
  COLON : Vector.<Key>
[static] Variants of the colon character
SymbolKeyVariants
  DOLLAR_SIGN : Vector.<Key>
[static] Variants of the dollar sign character
SymbolKeyVariants
  EXCLAMATION_MARK : Vector.<Key>
[static] Variants of the question mark character
SymbolKeyVariants
  LEFT_PARENTHESIS : Vector.<Key>
[static] Variants of the left-parenthesis character
SymbolKeyVariants
  MINUS : Vector.<Key>
[static] Variants of the minus character
SymbolKeyVariants
  PERCENT : Vector.<Key>
[static] Variants of the percent character
SymbolKeyVariants
  QUESTION_MARK : Vector.<Key>
[static] Variants of the question mark character
SymbolKeyVariants
  RIGHT_PARENTHESIS : Vector.<Key>
[static] Variants of the right-parenthesis character
SymbolKeyVariants
  SLASH : Vector.<Key>
[static] Variants of the forward slash character
SymbolKeyVariants
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