Class LocalObjectTransferable
java.lang.Object
com.inductiveautomation.ignition.client.util.LocalObjectTransferable
- All Implemented Interfaces:
Transferable
-
Constructor Summary
ConstructorsConstructorDescriptionLocalObjectTransferable
(Object object) LocalObjectTransferable
(Object object, Class<?> clazz) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addStringTransferable
(String stringRepresentation) static DataFlavor
flavorForClass
(Class clazz) getTransferData
(DataFlavor flavor) boolean
isDataFlavorSupported
(DataFlavor flavor)
-
Constructor Details
-
LocalObjectTransferable
-
LocalObjectTransferable
-
-
Method Details
-
flavorForClass
-
addStringTransferable
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavors
in interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupported
in interfaceTransferable
-
getTransferData
- Specified by:
getTransferData
in interfaceTransferable
- Throws:
UnsupportedFlavorException
IOException
-