Uses of Class
com.flagstone.transform.button.ButtonKey

Packages that use ButtonKey
com.flagstone.transform.button The button package contains all the classes for encoding and decoding the data structures that represent buttons in a Flash file. 
 

Uses of ButtonKey in com.flagstone.transform.button
 

Methods in com.flagstone.transform.button that return ButtonKey
static ButtonKey ButtonKey.fromInt(int keyCode)
          Get the ButtonKey for an encoded value.
static ButtonKey ButtonKey.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ButtonKey[] ButtonKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.