org.openorb.board
Interface DataTransferManager
public
interface
DataTransferManager
extends ClipboardOwner
OpenORB Management Board / Data Transfer Manager Interface
Author: Olivier Modica
Method Summary |
Transferable | getCopiedObject()
This method is invoked by the manager when it copies an object |
Transferable | getCutObject()
This method is invoked by the manager when it cuts an object |
Transferable | getDraggedObject()
This method is invoked by the manager when it drags an object |
void | handleCopiedObject(Transferable contents)
This method is invoked by a plugin to get a copied object |
void | handleCutObject(Transferable contents)
This method is invoked by a plugin to get a cut object |
void | handleDraggedObject(Transferable contents)
This method is invoked by a plugin to get a dragged object |
void | lostOwnership(Clipboard clipboard, Transferable contents)
Lost clipboard ownership |
public Transferable getCopiedObject()
This method is invoked by the manager when it copies an object
public Transferable getCutObject()
This method is invoked by the manager when it cuts an object
public Transferable getDraggedObject()
This method is invoked by the manager when it drags an object
public void handleCopiedObject(Transferable contents)
This method is invoked by a plugin to get a copied object
public void handleCutObject(Transferable contents)
This method is invoked by a plugin to get a cut object
public void handleDraggedObject(Transferable contents)
This method is invoked by a plugin to get a dragged object
public void lostOwnership(Clipboard clipboard, Transferable contents)
Lost clipboard ownership