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
- Version:
- 1.127 12/02/08
-
Nested Class Summary
Nested classes/interfaces inherited from class TransferHandler
TransferHandler.DropLocation, TransferHandler.TransferSupport -
Field Summary
Fields inherited from class TransferHandler
COPY, COPY_OR_MOVE, LINK, MOVE, NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TransferableCreate a Transferable to use as the source for a data transfer.intMethods inherited from class 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:
createTransferablein 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:
getSourceActionsin classTransferHandler
-