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

static class BasicXListUI.ListTransferHandler extends TransferHandler implements UIResource
  • Constructor Details

    • ListTransferHandler

      ListTransferHandler()
  • Method Details

    • createTransferable

      protected Transferable createTransferable(JComponent c)
      Create a Transferable to use as the source for a data transfer.
      Overrides:
      createTransferable in class TransferHandler
      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

      public int getSourceActions(JComponent c)
      Overrides:
      getSourceActions in class TransferHandler