Packagecom.elad.framework.cursor
Classpublic class Cursor



Protected Properties
 PropertyDefined by
  copyCursorMouseDown : Class
Cursor
  copyCursorMouseUp : Class
Cursor
  cursorMouse : Class
Cursor
  cursorMouseBusy : Class
Cursor
  cursorMouseDown : Class
Cursor
  cursorMouseUp : Class
Cursor
  name : String
Cursor
Public Methods
 MethodDefined by
  
Method to retrieve the name of the cursor name
Cursor
  
Method to remove busy cursor.
Cursor
  
removeCursor():void
Method to remove all the cursors.
Cursor
  
Method to set busy cursor to the application.
Cursor
  
Method to set busy cursor to the application.
Cursor
  
setCursor():void
Method to set regular cursor to the application.
Cursor
  
setCursorMouse(cursorMouse:Class):void
Method to set cursor mouse object
Cursor
  
setCursorMouseBusy(cursorMouseBusy:Class):void
Method to set cursor busy mouse object.
Cursor
  
setCursorMouseDown(cursorMouseDown:Class):void
Method to set cursor mouse down object.
Cursor
  
setCursorMouseUp(cursorMouseUp:Class):void
Method to set cursor mouse up object.
Cursor
  
Method to set mouse down cursor.
Cursor
  
Method to set mouse up cursor.
Cursor
  
setName(name:String):void
Method to set name of the mouse cursor name
Cursor
Property detail
copyCursorMouseDownproperty
protected var copyCursorMouseDown:Class
copyCursorMouseUpproperty 
protected var copyCursorMouseUp:Class
cursorMouseproperty 
protected var cursorMouse:Class
cursorMouseBusyproperty 
protected var cursorMouseBusy:Class
cursorMouseDownproperty 
protected var cursorMouseDown:Class
cursorMouseUpproperty 
protected var cursorMouseUp:Class
nameproperty 
protected var name:String
Method detail
getCursorSetName()method
public function getCursorSetName():String

Method to retrieve the name of the cursor name

Returns
String
removeBusyCursor()method 
public function removeBusyCursor():void

Method to remove busy cursor.

removeCursor()method 
public function removeCursor():void

Method to remove all the cursors.

setBusyCursor()method 
public function setBusyCursor():void

Method to set busy cursor to the application.

setBusyCursorApplicationDisabled()method 
public function setBusyCursorApplicationDisabled():void

Method to set busy cursor to the application. With the application being disabled. To be used when you don't want the user to be able to use the application until busy is off

See also

mx.core.Application
setCursor()method 
public function setCursor():void

Method to set regular cursor to the application.

setCursorMouse()method 
public function setCursorMouse(cursorMouse:Class):void

Method to set cursor mouse object

Parameters
cursorMouse:Class — Object can be swf, image or sprite
setCursorMouseBusy()method 
public function setCursorMouseBusy(cursorMouseBusy:Class):void

Method to set cursor busy mouse object.

Parameters
cursorMouseBusy:Class — Object can be swf, image or sprite
setCursorMouseDown()method 
public function setCursorMouseDown(cursorMouseDown:Class):void

Method to set cursor mouse down object.

Parameters
cursorMouseDown:Class — Object can be swf, image or sprite
setCursorMouseUp()method 
public function setCursorMouseUp(cursorMouseUp:Class):void

Method to set cursor mouse up object.

Parameters
cursorMouseUp:Class — Object can be swf, image or sprite
setMouseDownCursor()method 
public function setMouseDownCursor():void

Method to set mouse down cursor.

setMouseUpCursor()method 
public function setMouseUpCursor():void

Method to set mouse up cursor.

setName()method 
public function setName(name:String):void

Method to set name of the mouse cursor name

Parameters
name:String — Name of the cursr set, can be retrieve when needed, to know which cursor set is used.