Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AllLatinKeyVariants
cc.cote.feathers.softkeyboard.keycollections The AllLatinKeyVariants class is an enumeration class that provides values for all variants of latin alphabet letters.
 Azerty
cc.cote.feathers.softkeyboard.layouts The Azerty class defines a basic azerty-inspired keyboard layout.
 AzertyFr
cc.cote.feathers.softkeyboard.layouts The AzertyFr class defines a basic azerty-inspired keyboard layout including key variants useful in a French context.
 AzertySwitch
cc.cote.feathers.softkeyboard.layouts The AzertySwitch class defines a basic azerty-based keyboard layout that includes a SWITCH_LAYOUT key.
 AzertySwitchFr
cc.cote.feathers.softkeyboard.layouts The AzertySwitchFr class defines a basic azerty-inspired keyboard layout that includes the most useful key variants in a French context as well as a SWITCH_LAYOUT key.
 CharCode
cc.cote.feathers.softkeyboard The CharCode class is an enumeration class containing constants associated to common characters or keys.
 EmailNumbersSymbolsSwitch
cc.cote.feathers.softkeyboard.layouts The EmailNumbersSymbolsSwitch class defines a keyboard layout containing all 10 digits and the symbols allowed in email addresses.
 EmailSwitch
cc.cote.feathers.softkeyboard.layouts The Email class defines a basic qwerty-inspired keyboard layout specially designed for email address entry.
 FrenchKeyVariants
cc.cote.feathers.softkeyboard.keycollections The FrenchKeyVariants class is an enumeration class that provides references to variants of latin letters useful in a French context.
 Key
cc.cote.feathers.softkeyboard The Key class creates individual soft-keyboard keys to use in keyboard Layouts and key collections.
 KeyEvent
cc.cote.feathers.softkeyboard A KeyEvent object is dispatched in response to a user pressing or releasing one of the keys on a SoftKeyboard object.
 KeyRow
cc.cote.feathers.softkeyboard The KeyRow class contains all the keys in a single keyboard row.
 Layout
cc.cote.feathers.softkeyboard.layouts The Layout class is meant to be extended to create custom keyboard layouts.
 NumbersSymbols
cc.cote.feathers.softkeyboard.layouts The NumbersSymbols class defines a keyboard layout containing all 10 digits and the most useful symbol characters (including many key variants).
 NumbersSymbolsSwitch
cc.cote.feathers.softkeyboard.layouts The NumbersSymbolsSwitch class defines a keyboard layout containing all 10 digits and the most useful symbol characters (including many key variants).
 NumPad
cc.cote.feathers.softkeyboard.layouts The NumPad class defines a numpad-style keypad.
 NumPadOperators
cc.cote.feathers.softkeyboard.layouts The NumPadOperators class defines a numpad-style keypad with operators.
 Qwerty
cc.cote.feathers.softkeyboard.layouts The Qwerty class defines a basic qwerty-inspired keyboard layout.
 QwertyFr
cc.cote.feathers.softkeyboard.layouts The QwertyFr class defines a qwerty-inspired keyboard layout including the most useful key variants in a French context.
 QwertySwitch
cc.cote.feathers.softkeyboard.layouts The QwertySwitch class defines a basic qwerty-inspired keyboard layout.
 QwertySwitchFr
cc.cote.feathers.softkeyboard.layouts The QwertySwitchFr class defines a qwerty-inspired keyboard layout including the most useful key variants in a French context as well as a SWITCH_LAYOUT key.
 SoftKeyboard
cc.cote.feathers.softkeyboard This class allows the creation of virtual on-screen keyboards.
 SymbolKeyVariants
cc.cote.feathers.softkeyboard.keycollections The SymbolKeyVariants class is an enumeration class that provides references to variants of common symbol characters useful in a latin-based language context.