| Package | org.aswing.dnd |
| Interface | public interface DraggingImage |
| Implementors | DefaultDragImage |
| Method | Defined by | ||
|---|---|---|---|
|
getDisplay():DisplayObject
Returns the display object for the representation of dragging.
| DraggingImage | ||
|
switchToAcceptImage():void
Paints the image for accept state of dragging.(means drop allowed)
| DraggingImage | ||
|
switchToRejectImage():void
Paints the image for reject state of dragging.(means drop not allowed)
| DraggingImage | ||
| getDisplay | () | method |
public function getDisplay():DisplayObjectReturns the display object for the representation of dragging.
ReturnsDisplayObject |
| switchToAcceptImage | () | method |
public function switchToAcceptImage():voidPaints the image for accept state of dragging.(means drop allowed)
| switchToRejectImage | () | method |
public function switchToRejectImage():voidPaints the image for reject state of dragging.(means drop not allowed)