java.lang.Object
de.grogra.pf.datatransfer.UITransferHandlerImpl
- All Implemented Interfaces:
UITransferHandler
Probably shouldn't exists. The implementations of UITransferHandler
are in additional plugins. This one is useless
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTransferable
(Object source) Find the most suited handler and use it to load the data.void
-
Constructor Details
-
UITransferHandlerImpl
public UITransferHandlerImpl()
-
-
Method Details
-
setDataHandlers
- Specified by:
setDataHandlers
in interfaceUITransferHandler
-
getDataFlavors
- Specified by:
getDataFlavors
in interfaceUITransferHandler
-
createTransferable
- Specified by:
createTransferable
in interfaceUITransferHandler
-
loadData
Description copied from interface:UITransferHandler
Find the most suited handler and use it to load the data. Can be overridden for more specific loading.- Specified by:
loadData
in interfaceUITransferHandler
-
getMostSuitedHandler
- Specified by:
getMostSuitedHandler
in interfaceUITransferHandler
-
getHandlers
- Specified by:
getHandlers
in interfaceUITransferHandler
-