public interface SourceTransferHandler
| Modifier and Type | Method and Description |
|---|---|
Transferable |
createTransferable(JComponent
Method from TransferHandler
|
void |
exportDone(JComponent
Method from TransferHandler
|
int |
getSourceActions(JComponent
Method from TransferHandler
|
int getSourceActions(JComponentc)
c - the source component
TransferablecreateTransferable(JComponent c)
c - the component to create a transferable for.
void exportDone(JComponentc, Transferable t, int action)
c - the source component.
t - the Transferable instance.
action - the action undertaken.