|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to be implemented by providers of new transfer agents for drag and drop operations
| Method Summary | |
ISelection |
getSelection(TransferData transferData)
Return the selection if the transfer is a selection transfer |
Transfer |
getTransfer()
Returns the transfer agent |
java.lang.String |
getTransferId()
Returns the unique id for this transfer agent |
boolean |
isSelectionType()
Returns a boolean indicating whether the transfer agent is selection transfer |
void |
setSelection(ISelection selection)
Set the selection if the transfer is a selection transfer |
| Method Detail |
public java.lang.String getTransferId()
public Transfer getTransfer()
public boolean isSelectionType()
public void setSelection(ISelection selection)
selection - The selection to be setpublic ISelection getSelection(TransferData transferData)
transferData - the platform specific representation of the data to be
converted
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.