org.kahina.core.gui
Class KahinaWindowTransferHandler
java.lang.Object
javax.swing.TransferHandler
org.kahina.core.gui.KahinaWindowTransferHandler
- All Implemented Interfaces:
- Serializable
public class KahinaWindowTransferHandler
- extends TransferHandler
- See Also:
- Serialized Form
| Methods inherited from class javax.swing.TransferHandler |
canImport, canImport, exportAsDrag, exportDone, exportToClipboard, getCopyAction, getCutAction, getPasteAction, getVisualRepresentation, importData, importData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataFlavor
public static DataFlavor dataFlavor
KahinaWindowTransferHandler
public KahinaWindowTransferHandler()
createTransferable
protected Transferable createTransferable(JComponent c)
- Overrides:
createTransferable in class TransferHandler
getSourceActions
public int getSourceActions(JComponent c)
- Overrides:
getSourceActions in class TransferHandler