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