Class fvaswing.components.cursors.FvLinkCursor

Description

A cursor which can be used to notice 'link' elements.

There are 2 ways to use cursor.
First, classic instantiation and AsWing CursorManager use.

   var cursor : FvLinkCursor = new FvLinkCursor();
   CursorManager.showCustomCursor( cursor );
 
Second, use direct show method.
    FvLinkCursor.show();
 

Field Index

Inherited from FvCursor

Method Index

new FvLinkCursor()
getInstance(), hide(), repaint(), show()

Inherited from FvAbstractCursor

Constructor Detail

FvLinkCursor

public function FvLinkCursor()

Constructor.

Cursor properties are initialized with constants values.

Method Detail

getInstance

static public function getInstance():FvLinkCursor

Returns a unique FvLinkCursor instance.

show

static public function show():Void

Shows cursor and hides the system cursor.

hide

static public function hide():Void

Hides cursor and shows the default system cursor.

repaint

public function repaint():Void

Concrete drawing implementation.