TransferableCollection
is created containing these receivers. In the a pasting situation, the clipboard managing object obtains a java.awt.List
object through the getTransferData
method. It should traverse this list and check if an element is instanceof Transferable
(this is guaranteed but checking maintains cleaner code). It can then check if the individual Transferable
can provide a requested data format.
@author Hanns Holger Rutz
@version 0.61, 09-Aug-04
|
|