Class DataKeyTransferable
java.lang.Object
com.inductiveautomation.reporting.common.reportingdnd.DataKeyTransferable
- All Implemented Interfaces:
Transferable
Filename: DataKeyTransferable.java
Created on Jun 03, 2015
Author: Kathy Applebaum
Copyright Inductive Automation 2015
Project: Reporting
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDataKeyTransferable
(String dataKey) DataKeyTransferable
(String dataKey, Entity entity) -
Method Summary
Modifier and TypeMethodDescriptiongetTransferData
(DataFlavor flavor) boolean
isDataFlavorSupported
(DataFlavor flavor)
-
Field Details
-
DATA_KEY_FLAVOR
-
-
Constructor Details
-
DataKeyTransferable
-
DataKeyTransferable
-
-
Method Details
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavors
in interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupported
in interfaceTransferable
-
getTransferData
- Specified by:
getTransferData
in interfaceTransferable
- Throws:
UnsupportedFlavorException
IOException
-