Packagemx.skins.halo
Classpublic class BusyCursor
InheritanceBusyCursor Inheritance FlexSprite Inheritance flash.display.Sprite

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Defines the appearance of the cursor that appears while an operation is taking place. For example, while the SWFLoader class loads an asset.



Public Methods
 MethodDefined By
  
BusyCursor(styleManager:IStyleManager2 = null)
Constructor.
BusyCursor
 Inherited
toString():String
[override] Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
FlexSprite
Constructor Detail
BusyCursor()Constructor
public function BusyCursor(styleManager:IStyleManager2 = null)

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Constructor.

Parameters
styleManager:IStyleManager2 (default = null) — - The style manager associated with the object creating the cursor. The style manager is used to get the style declaration of the cursor manager which determines the class used for the busy cursor. If styleManager is null, the top-level style manager will be used.