GNU Classpath (0.95) | |
Frames | No Frames |
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.
|
Methods with return type java.awt.datatransfer.Transferable | |
Transferable |
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.
|
Classes implementing java.awt.datatransfer.Transferable | |
class |
Constructors with parameter type java.awt.datatransfer.Transferable | |
DragSourceContext.DragSourceContext(DragSourceContextPeer peer, DragGestureEvent trigger, Cursor cursor, Image image, Point offset, Transferable trans, DragSourceListener dsl) Initializes a drag source context.
|
Fields of type java.awt.datatransfer.Transferable | |
Transferable |
Methods with parameter type java.awt.datatransfer.Transferable | |
DragSourceContext | DragSource.createDragSourceContext(DragSourceContextPeer peer, DragGestureEvent dge, Cursor cursor, Image image, Point offset, Transferable t, DragSourceListener dsl) 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 | DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Transferable trans, DragSourceListener dsl) Start a drag, given the DragGestureEvent that initiated the drag.
|
void | DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Transferable trans, DragSourceListener dsl, FlavorMap map) 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 |
GNU Classpath (0.95) |