Package muntjac :: Package ui :: Module drag_and_drop_wrapper :: Class WrapperTransferable
[hide private]
[frames] | no frames]

Class WrapperTransferable

source code

                          object --+        
                                   |        
    event.transferable.ITransferable --+    
                                       |    
event.transferable_impl.TransferableImpl --+
                                           |
                                          WrapperTransferable

Instance Methods [hide private]
 
__init__(self, sourceComponent, rawVariables)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getDraggedComponent(self)
The component in wrapper that is being dragged or null if the transferrable is not a component (most likely an html5 drag).
source code
 
getMouseDownEvent(self)
Returns: the mouse down event that started the drag and drop operation
source code
 
getFiles(self) source code
 
getText(self) source code
 
getHtml(self) source code

Inherited from event.transferable_impl.TransferableImpl: getData, getDataFlavors, getSourceComponent, setData

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, sourceComponent, rawVariables)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

getMouseDownEvent(self)

source code 
Returns:
the mouse down event that started the drag and drop operation