Class LocalObjectTransferable
java.lang.Object
com.inductiveautomation.ignition.client.util.LocalObjectTransferable
- All Implemented Interfaces:
- Transferable
- 
Constructor SummaryConstructorsConstructorDescriptionLocalObjectTransferable(Object object) LocalObjectTransferable(Object object, Class<?> clazz) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddStringTransferable(String stringRepresentation) static DataFlavorflavorForClass(Class clazz) getTransferData(DataFlavor flavor) booleanisDataFlavorSupported(DataFlavor flavor) 
- 
Constructor Details- 
LocalObjectTransferable
- 
LocalObjectTransferable
 
- 
- 
Method Details- 
flavorForClass
- 
addStringTransferable
- 
getTransferDataFlavors- Specified by:
- getTransferDataFlavorsin interface- Transferable
 
- 
isDataFlavorSupported- Specified by:
- isDataFlavorSupportedin interface- Transferable
 
- 
getTransferData- Specified by:
- getTransferDatain interface- Transferable
- Throws:
- UnsupportedFlavorException
- IOException
 
 
-