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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetTransferData(DataFlavor flavor) booleanisDataFlavorSupported(DataFlavor flavor) 
- 
Constructor Details- 
MultiplexedTransferable
 
- 
- 
Method Details- 
getTransferDataFlavors- Specified by:
- getTransferDataFlavorsin interface- Transferable
 
- 
isDataFlavorSupported- Specified by:
- isDataFlavorSupportedin interface- Transferable
 
- 
getTransferData- Specified by:
- getTransferDatain interface- Transferable
- Throws:
- UnsupportedFlavorException
- IOException
 
 
-