Packageorg.aswing.dnd
Interfacepublic interface DraggingImage
ImplementorsDefaultDragImage

The Image for dragging representing.



Public Methods
 MethodDefined by
  
getDisplay():DisplayObject
Returns the display object for the representation of dragging.
DraggingImage
  
Paints the image for accept state of dragging.(means drop allowed)
DraggingImage
  
Paints the image for reject state of dragging.(means drop not allowed)
DraggingImage
Method detail
getDisplay()method
public function getDisplay():DisplayObject

Returns the display object for the representation of dragging.

Returns
DisplayObject
switchToAcceptImage()method 
public function switchToAcceptImage():void

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

switchToRejectImage()method 
public function switchToRejectImage():void

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