Package muntjac :: Package ui :: Module tree :: Class TreeTransferable
[hide private]
[frames] | no frames]

Class TreeTransferable

source code

                                 object --+            
                                          |            
           event.transferable.ITransferable --+        
                                              |        
       event.transferable_impl.TransferableImpl --+    
                                                  |    
event.data_bound_transferable.DataBoundTransferable --+
                                                      |
                                                     TreeTransferable

Concrete implementation of DataBoundTransferable for data transferred from a tree.


See Also: DataBoundTransferable.

Instance Methods [hide private]
 
__init__(self, sourceComponent, rawVariables)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getItemId(self)
Returns the identifier of the item being transferred.
source code
 
getPropertyId(self)
Returns the optional property identifier that the transfer concerns.
source code

Inherited from event.data_bound_transferable.DataBoundTransferable: getSourceContainer

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)

getItemId(self)

source code 

Returns the identifier of the item being transferred.

Returns:
item identifier
Overrides: event.data_bound_transferable.DataBoundTransferable.getItemId
(inherited documentation)

getPropertyId(self)

source code 

Returns the optional property identifier that the transfer concerns.

This can be e.g. the table column from which a drag operation originated.

Returns:
property identifier
Overrides: event.data_bound_transferable.DataBoundTransferable.getPropertyId
(inherited documentation)