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

Packages that use ButtonType
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 ButtonType in com.flagstone.transform.button
 

Methods in com.flagstone.transform.button that return ButtonType
 ButtonType DefineButton2.getType()
          Get the button type - either PUSH or MENU.
static ButtonType ButtonType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ButtonType[] ButtonType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.flagstone.transform.button with parameters of type ButtonType
 void DefineButton2.setType(ButtonType buttonType)
          Sets whether the button is a menu button or a push button.
 

Constructors in com.flagstone.transform.button with parameters of type ButtonType
DefineButton2(int uid, ButtonType buttonType, List<ButtonShape> buttonShapes, List<EventHandler> handlers)
          Creates a DefineButton2 object, specifying the unique identifier, the type of button to be created, the button shapes that describe the button's appearance and the actions that are performed in response to each button event.
 



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