Class fvaswing.components.tree.FvTreeDragImage

Implemented Interfaces

DraggingImage

Description

Image for FvTree dragging process.

Method Index

new FvTreeDragImage()
setCanvas(), switchToAcceptImage(), switchToRejectImage(), toString()

Constructor Detail

FvTreeDragImage

public function FvTreeDragImage(t:FvTree, offsetY:Number)

Constructor

Method Detail

setCanvas

public function setCanvas(target:MovieClip):Void

Paints the image for normal state of dragging.

switchToAcceptImage

public function switchToAcceptImage():Void

Paints the image for accept state of dragging.(means drop allowed)

switchToRejectImage

public function switchToRejectImage():Void

Paints the image for reject state of dragging.(means drop not allowed)

toString

public function toString():String

Returns string representation.