Class fvaswing.components.tree.FvInvalidDragCursor

Description

An 'unavailable drop' cursor.

Field Index

Inherited from FvCursor

Method Index

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

Inherited from FvAbstractCursor

Constructor Detail

FvInvalidDragCursor

public function FvInvalidDragCursor()

Constructor.

Method Detail

getInstance

static public function getInstance():FvInvalidDragCursor

Returns a unique 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.