Packageorg.aswing
Classpublic class Cursor

The Cursor definited from Look and Feels.



Public Properties
 PropertyDefined by
  H_MOVE_CURSOR : String = "System.hMoveCursor"
[static] Horizontal move cursor key.
Cursor
  H_RESIZE_CURSOR : String = "System.hResizeCursor"
[static] Horizontal resize cursor key.
Cursor
  HV_MOVE_CURSOR : String = "System.hvMoveCursor"
[static] All direction move cursor key.
Cursor
  HV_RESIZE_CURSOR : String = "System.hvResizeCursor"
[static] All direction resize cursor key.
Cursor
  V_MOVE_CURSOR : String = "System.vMoveCursor"
[static] Vertical move cursor key.
Cursor
  V_RESIZE_CURSOR : String = "System.vResizeCursor"
[static] Vertical resize cursor key.
Cursor
Public Methods
 MethodDefined by
  
createCursor(type:String):DisplayObject
[static] Create a cursor from the look and feel defined system cursor.
Cursor
Property detail
H_MOVE_CURSORproperty
public static var H_MOVE_CURSOR:String = "System.hMoveCursor"

Horizontal move cursor key.

H_RESIZE_CURSORproperty 
public static var H_RESIZE_CURSOR:String = "System.hResizeCursor"

Horizontal resize cursor key.

HV_MOVE_CURSORproperty 
public static var HV_MOVE_CURSOR:String = "System.hvMoveCursor"

All direction move cursor key.

HV_RESIZE_CURSORproperty 
public static var HV_RESIZE_CURSOR:String = "System.hvResizeCursor"

All direction resize cursor key.

V_MOVE_CURSORproperty 
public static var V_MOVE_CURSOR:String = "System.vMoveCursor"

Vertical move cursor key.

V_RESIZE_CURSORproperty 
public static var V_RESIZE_CURSOR:String = "System.vResizeCursor"

Vertical resize cursor key.

Method detail
createCursor()method
public static function createCursor(type:String):DisplayObject

Create a cursor from the look and feel defined system cursor.

Parameters
type:String — type of the cursor

Returns
DisplayObject — a cursor, or null if there is not such cursor of this type.