Class MultiplexedTransferable
java.lang.Object
com.inductiveautomation.ignition.client.util.MultiplexedTransferable
- All Implemented Interfaces:
Transferable
A transferable that accepts multiple transferables and will multiplex between them. If there is overlap in the
supported dataflavors, the transferables that come first win.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTransferData
(DataFlavor flavor) boolean
isDataFlavorSupported
(DataFlavor flavor)
-
Constructor Details
-
MultiplexedTransferable
-
-
Method Details
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavors
in interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupported
in interfaceTransferable
-
getTransferData
- Specified by:
getTransferData
in interfaceTransferable
- Throws:
UnsupportedFlavorException
IOException
-