|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITransferAgent
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 |
---|
java.lang.String getTransferId()
Transfer getTransfer()
boolean isSelectionType()
void setSelection(ISelection selection)
selection
- The selection to be setISelection 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.