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

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

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

Methods in com.flagstone.transform.button that return types with arguments of type ButtonState
 Set<ButtonState> ButtonShape.getState()
          Get the list of states that the shape is displayed for.
 

Methods in com.flagstone.transform.button with parameters of type ButtonState
 ButtonShape ButtonShape.addState(ButtonState buttonState)
          Add the state to the list of states that the shape is displayed for.
 

Method parameters in com.flagstone.transform.button with type arguments of type ButtonState
 ButtonShape ButtonShape.setState(Set<ButtonState> states)
          Set the list of states that the shape is displayed for.
 



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