Home | Trees | Indices | Help |
|
---|
|
object --+ | ITransferable
ITransferable wraps the data that is to be imported into another component. Currently ITransferable is only used for drag and drop.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Returns the data from ITransferable by its data flavor (aka data type). Data types can be any string keys, but MIME types like "text/plain" are commonly used. Note, implementations of ITransferable often provide a better typed API for accessing data.
|
Stores data of given data flavor to ITransferable. Possibly existing value of the same data flavor will be replaced.
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 31 14:06:36 2013 | http://epydoc.sourceforge.net |