|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transferable | |
java.awt.datatransfer | Provides interfaces and classes for transferring data between and within applications. |
java.awt.dnd | Provides interfaces and classes for supporting drag-and-drop operations. |
Uses of Transferable in java.awt.datatransfer |
Classes in java.awt.datatransfer that implement Transferable | |
StringSelection
A class which implements the capability required to transfer a simple java String in plain text format. |
Fields in java.awt.datatransfer declared as Transferable | |
protected Transferable | Clipboard.contents
|
Methods in java.awt.datatransfer that return Transferable | |
Transferable | Clipboard.getContents(Object requestor)
Returns a transferable object representing the current contents of the clipboard. |
Methods in java.awt.datatransfer with parameters of type Transferable | |
void | StringSelection.lostOwnership(Clipboard clipboard,
Transferable contents)
|
void | Clipboard.setContents(Transferable contents,
ClipboardOwner owner)
Sets the current contents of the clipboard to the specified transferable object and registers the specified clipboard owner as the owner of the new contents. |
void | ClipboardOwner.lostOwnership(Clipboard clipboard,
Transferable contents)
Notifies this object that it is no longer the owner of the contents of the clipboard. |
Uses of Transferable in java.awt.dnd |
Classes in java.awt.dnd that implement Transferable | |
protected | DropTargetContext.TransferableProxy
|
Fields in java.awt.dnd declared as Transferable | |
protected Transferable | DropTargetContext.TransferableProxy.transferable
|
Methods in java.awt.dnd that return Transferable | |
Transferable | DropTargetDropEvent.getTransferable()
|
Transferable | DragSourceContext.getTransferable()
|
protected Transferable | DropTargetContext.getTransferable()
get the Transferable (proxy) operand of this operation |
protected Transferable | DropTargetContext.createTransferableProxy(Transferable t,
boolean local)
subclasses may override this to supply their own Proxy Transferable |
Methods in java.awt.dnd with parameters of type Transferable | |
void | DragSource.startDrag(DragGestureEvent trigger,
Cursor dragCursor,
Image dragImage,
Point imageOffset,
Transferable transferable,
DragSourceListener dsl,
FlavorMap flavorMap)
start a Drag. |
void | DragSource.startDrag(DragGestureEvent trigger,
Cursor dragCursor,
Transferable transferable,
DragSourceListener dsl,
FlavorMap flavorMap)
start a Drag. |
void | DragSource.startDrag(DragGestureEvent trigger,
Cursor dragCursor,
Image dragImage,
Point dragOffset,
Transferable transferable,
DragSourceListener dsl)
start a Drag. |
void | DragSource.startDrag(DragGestureEvent trigger,
Cursor dragCursor,
Transferable transferable,
DragSourceListener dsl)
start a Drag. |
protected DragSourceContext | DragSource.createDragSourceContext(java.awt.dnd.peer.DragSourceContextPeer dscp,
DragGestureEvent dgl,
Cursor dragCursor,
Image dragImage,
Point imageOffset,
Transferable t,
DragSourceListener dsl)
Create the DragSourceContext to handle this Drag. |
void | DragGestureEvent.startDrag(Cursor dragCursor,
Transferable transferable,
DragSourceListener dsl)
start the drag |
void | DragGestureEvent.startDrag(Cursor dragCursor,
Image dragImage,
Point imageOffset,
Transferable transferable,
DragSourceListener dsl)
start the drag |
protected Transferable | DropTargetContext.createTransferableProxy(Transferable t,
boolean local)
subclasses may override this to supply their own Proxy Transferable |
Constructors in java.awt.dnd with parameters of type Transferable | |
DragSourceContext.DragSourceContext(java.awt.dnd.peer.DragSourceContextPeer dscp,
DragGestureEvent trigger,
Cursor dragCursor,
Image dragImage,
Point offset,
Transferable t,
DragSourceListener dsl)
construct a DragSourceContext (called from DragSource) |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |