| Property | Defined by | ||
|---|---|---|---|
| copyCursorMouseDown : Class | Cursor | ||
| copyCursorMouseUp : Class | Cursor | ||
| cursorMouse : Class | Cursor | ||
| cursorMouseBusy : Class | Cursor | ||
| cursorMouseDown : Class | Cursor | ||
| cursorMouseUp : Class | Cursor | ||
| name : String | Cursor | ||
| Method | Defined by | ||
|---|---|---|---|
|
getCursorSetName():String
Method to retrieve the name of the cursor name
| Cursor | ||
|
removeBusyCursor():void
Method to remove busy cursor.
| Cursor | ||
|
removeCursor():void
Method to remove all the cursors.
| Cursor | ||
|
setBusyCursor():void
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 | ||
|
setMouseDownCursor():void
Method to set mouse down cursor.
| Cursor | ||
|
setMouseUpCursor():void
Method to set mouse up cursor.
| Cursor | ||
|
setName(name:String):void
Method to set name of the mouse cursor name
| Cursor | ||
| copyCursorMouseDown | property |
protected var copyCursorMouseDown:Class
| copyCursorMouseUp | property |
protected var copyCursorMouseUp:Class
| cursorMouse | property |
protected var cursorMouse:Class
| cursorMouseBusy | property |
protected var cursorMouseBusy:Class
| cursorMouseDown | property |
protected var cursorMouseDown:Class
| cursorMouseUp | property |
protected var cursorMouseUp:Class
| name | property |
protected var name:String
| getCursorSetName | () | method |
public function getCursorSetName():StringMethod to retrieve the name of the cursor name
ReturnsString |
| removeBusyCursor | () | method |
public function removeBusyCursor():voidMethod to remove busy cursor.
| removeCursor | () | method |
public function removeCursor():voidMethod to remove all the cursors.
| setBusyCursor | () | method |
public function setBusyCursor():voidMethod to set busy cursor to the application.
| setBusyCursorApplicationDisabled | () | method |
public function setBusyCursorApplicationDisabled():voidMethod 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
| setCursor | () | method |
public function setCursor():voidMethod to set regular cursor to the application.
| setCursorMouse | () | method |
public function setCursorMouse(cursorMouse:Class):voidMethod to set cursor mouse object
ParameterscursorMouse:Class — Object can be swf, image or sprite
|
| setCursorMouseBusy | () | method |
public function setCursorMouseBusy(cursorMouseBusy:Class):voidMethod to set cursor busy mouse object.
ParameterscursorMouseBusy:Class — Object can be swf, image or sprite
|
| setCursorMouseDown | () | method |
public function setCursorMouseDown(cursorMouseDown:Class):voidMethod to set cursor mouse down object.
ParameterscursorMouseDown:Class — Object can be swf, image or sprite
|
| setCursorMouseUp | () | method |
public function setCursorMouseUp(cursorMouseUp:Class):voidMethod to set cursor mouse up object.
ParameterscursorMouseUp:Class — Object can be swf, image or sprite
|
| setMouseDownCursor | () | method |
public function setMouseDownCursor():voidMethod to set mouse down cursor.
| setMouseUpCursor | () | method |
public function setMouseUpCursor():voidMethod to set mouse up cursor.
| setName | () | method |
public function setName(name:String):voidMethod to set name of the mouse cursor name
Parametersname:String — Name of the cursr set, can be retrieve when needed, to know which cursor set is used.
|