Class BasicXListUI.ListTransferHandler
java.lang.Object
javax.swing.TransferHandler
org.jdesktop.swingx.plaf.basic.core.BasicXListUI.ListTransferHandler
- All Implemented Interfaces:
Serializable
,UIResource
- Enclosing class:
BasicXListUI
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.TransferHandler
TransferHandler.DropLocation, TransferHandler.TransferSupport
-
Field Summary
Fields inherited from class javax.swing.TransferHandler
COPY, COPY_OR_MOVE, LINK, MOVE, NONE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Transferable
Create a Transferable to use as the source for a data transfer.int
Methods inherited from class javax.swing.TransferHandler
canImport, canImport, exportAsDrag, exportDone, exportToClipboard, getCopyAction, getCutAction, getDragImage, getDragImageOffset, getPasteAction, getVisualRepresentation, importData, importData, setDragImage, setDragImageOffset
-
Constructor Details
-
ListTransferHandler
ListTransferHandler()
-
-
Method Details
-
createTransferable
Create a Transferable to use as the source for a data transfer.- Overrides:
createTransferable
in classTransferHandler
- Parameters:
c
- The component holding the data to be transfered. This argument is provided to enable sharing of TransferHandlers by multiple components.- Returns:
- The representation of the data to be transfered.
-
getSourceActions
- Overrides:
getSourceActions
in classTransferHandler
-