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) booleanisDataFlavorSupported(DataFlavor flavor)  
- 
Constructor Details
- 
MultiplexedTransferable
 
 - 
 - 
Method Details
- 
getTransferDataFlavors
- Specified by:
 getTransferDataFlavorsin interfaceTransferable
 - 
isDataFlavorSupported
- Specified by:
 isDataFlavorSupportedin interfaceTransferable
 - 
getTransferData
- Specified by:
 getTransferDatain interfaceTransferable- Throws:
 UnsupportedFlavorExceptionIOException
 
 -