Uses of Interface java.awt.datatransfer.Transferable

Uses in package java.awt.datatransfer

Classes implementing java.awt.datatransfer.Transferable

class
This class transfers a string as plain text using the clipboard.

Fields of type java.awt.datatransfer.Transferable

Transferable
The data currently on this clipboard.

Methods with parameter type java.awt.datatransfer.Transferable

Reader
Creates a Reader for a given Transferable.
void
This method is called to notify this object that it no longer has ownership of the specified Clipboard.
void
Called when ownership of the clipboard object is lost.
void
Sets the content and owner of this clipboard.

Methods with return type java.awt.datatransfer.Transferable

Transferable
Returns the contents of the clipboard.

Uses in package java.awt.dnd.peer

Methods with return type java.awt.datatransfer.Transferable

Transferable

Uses in package javax.swing

Methods with parameter type java.awt.datatransfer.Transferable

void
This method is invoked after data has been exported.
Icon
boolean
Imports the transfer data represented by t into the specified component c by setting the property of this TransferHandler on that component.

Methods with return type java.awt.datatransfer.Transferable

Transferable
Creates a Transferable that can be used to export data from the specified component.

Uses in package java.awt.dnd

Classes implementing java.awt.datatransfer.Transferable

class

Constructors with parameter type java.awt.datatransfer.Transferable

Initializes a drag source context.

Fields of type java.awt.datatransfer.Transferable

Transferable

Methods with parameter type java.awt.datatransfer.Transferable

DragSourceContext
Creates the DragSourceContext to handle this drag.
Transferable
void
DragGestureEvent.startDrag(Cursor dragCursor, Image dragImage, Point imageOffset, Transferable trans, DragSourceListener l)
Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
void
Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
void
Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
void
DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Image dragImage, Point imageOffset, Transferable trans, DragSourceListener dsl)
Start a drag, given the DragGestureEvent that initiated the drag.
void
DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Image dragImage, Point imageOffset, Transferable trans, DragSourceListener dsl, FlavorMap map)
Start a drag, given the DragGestureEvent that initiated the drag.
void
Start a drag, given the DragGestureEvent that initiated the drag.
void
Start a drag, given the DragGestureEvent that initiated the drag.

Methods with return type java.awt.datatransfer.Transferable

Transferable
Transferable
Returns the Transferable set with this object.
Transferable
Return the Transferable operandof this operation.
Transferable
TODO
Transferable