- All Known Implementing Classes:
TextTransferHandler
,UITransferHandlerImpl
public interface UITransferHandler
Default interface for TranferHandler in the UI. Implements some of the
swing TranferHandler (but not all - the transfer handler could be
implemented for headless/ api UI).
-
Method Summary
Modifier and TypeMethodDescriptioncreateTransferable
(Object source) default UIDataHandler
default Object
Find the most suited handler and use it to load the data.void
-
Method Details
-
setDataHandlers
-
getDataFlavors
DataFlavor[] getDataFlavors() -
createTransferable
-
getHandlers
List<UIDataHandler> getHandlers() -
loadData
Find the most suited handler and use it to load the data. Can be overridden for more specific loading. -
getMostSuitedHandler
-