Home | Trees | Indices | Help |
|
---|
|
object --+ | DragAndDropEvent
DragAndDropEvent wraps information related to drag and drop operation.
It is passed by terminal implementation for DropHandler.drop
and AcceptCriterion.accept
methods.
DragAndDropEvent instances contains both the dragged data in Transferable
(generated by DragSource
and details about the current drop event
in TargetDetails
(generated by DropTarget
.
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 31 14:06:36 2013 | http://epydoc.sourceforge.net |