|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transferable | |
com.apple.mrj.datatransfer | |
com.apple.mrj.dnd | |
java.awt.datatransfer | |
java.awt.dnd |
Uses of Transferable in com.apple.mrj.datatransfer |
Subinterfaces of Transferable in com.apple.mrj.datatransfer | |
interface |
FlaggedTransferable
Deprecated. As of MacOSX 10.2 |
Classes in com.apple.mrj.datatransfer that implement Transferable | |
class |
FileTransferable
Deprecated. As of MacOSX 10.2 |
class |
Transfer
Deprecated. As of MacOSX 10.2 |
class |
TranslatedTransferable
Deprecated. As of MacOSX 10.2 |
Methods in com.apple.mrj.datatransfer that return Transferable | |
Transferable |
TranslatedTransferable.getSource()
Deprecated. Returns the original Transferable that this object is translating. |
static Transferable |
TranslatedTransferable.getSourceOfFlavor(Transferable t,
DataFlavor flavor)
Deprecated. Strips any wrapped TranslatedTransferables off of the given Transferable, returning (presumably) the object that actually provides the given flavor. |
Transferable[] |
FileTransferable.getItems()
Deprecated. Returns the items stored in the transferable |
Methods in com.apple.mrj.datatransfer with parameters of type Transferable | |
Object |
TranslationSet.translate(Transferable t,
DataFlavor destination)
Deprecated. Translates the data from a Transferable into the desired destination flavor. |
static Transferable |
TranslatedTransferable.getSourceOfFlavor(Transferable t,
DataFlavor flavor)
Deprecated. Strips any wrapped TranslatedTransferables off of the given Transferable, returning (presumably) the object that actually provides the given flavor. |
Constructors in com.apple.mrj.datatransfer with parameters of type Transferable | |
TranslatedTransferable(Transferable source,
TranslationSet trans)
Deprecated. Creates a TranslatedTransferable based on a source Transferable and the translations currently available from the given TranslationSet. |
|
TranslatedTransferable(Transferable source)
Deprecated. Creates a TranslatedTransferable based on a source Transferable and the translations currently available from the standard TranslationSet. |
Uses of Transferable in com.apple.mrj.dnd |
Classes in com.apple.mrj.dnd that implement Transferable | |
class |
DragItem
Deprecated. As of MacOSX 10.2, replaced by Java2 DnD. |
Methods in com.apple.mrj.dnd that return Transferable | |
Transferable |
Drag.getItem(int index)
Deprecated. Returns a drag item by index. |
Methods in com.apple.mrj.dnd with parameters of type Transferable | |
void |
OutgoingDrag.addItem(Transferable item)
Deprecated. |
Uses of Transferable in java.awt.datatransfer |
Classes in java.awt.datatransfer that implement Transferable | |
class |
StringSelection
A Transferable which implements the capability required to transfer a String. |
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 | |
Reader |
DataFlavor.getReaderForText(Transferable transferable)
Gets a reader for an input stream, decoded for the expected charset (encoding). |
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 class |
DropTargetContext.TransferableProxy
The TransferableProxy is a
nested helper class that
supports the DropTargetContext
in managing the transfer of data. |
Fields in java.awt.dnd declared as Transferable | |
protected Transferable |
DropTargetContext.TransferableProxy.transferable
The "actual" Transferable
that the Proxy is a Proxy for,
usually supplied from the underlying system. |
Methods in java.awt.dnd that return Transferable | |
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 |
Transferable |
DropTargetDropEvent.getTransferable()
This method returns the Transferable object
associated with the drop. |
Transferable |
DragSourceContext.getTransferable()
This method returns the Transferable
associated with this DragSourceContext.
|
Methods in java.awt.dnd with parameters of type Transferable | |
protected Transferable |
DropTargetContext.createTransferableProxy(Transferable t,
boolean local)
subclasses may override this to supply their own Proxy Transferable |
void |
DragSource.startDrag(DragGestureEvent trigger,
Cursor dragCursor,
Image dragImage,
Point imageOffset,
Transferable transferable,
DragSourceListener dsl,
FlavorMap flavorMap)
Start a drag, given the DragGestureEvent
that initiated the drag, the initial
Cursor to use,
the Image to drag,
the offset of the Image origin
from the hotspot of the Cursor at
the instant of the trigger,
the Transferable subject data
of the drag, the DragSourceListener ,
and the FlavorMap . |
void |
DragSource.startDrag(DragGestureEvent trigger,
Cursor dragCursor,
Transferable transferable,
DragSourceListener dsl,
FlavorMap flavorMap)
Start a drag, given the DragGestureEvent
that initiated the drag, the initial
Cursor to use,
the Transferable subject data
of the drag, the DragSourceListener ,
and the FlavorMap . |
void |
DragSource.startDrag(DragGestureEvent trigger,
Cursor dragCursor,
Image dragImage,
Point dragOffset,
Transferable transferable,
DragSourceListener dsl)
Start a drag, given the DragGestureEvent
that initiated the drag, the initial Cursor
to use,
the Image to drag,
the offset of the Image origin
from the hotspot of the Cursor
at the instant of the trigger,
the subject data of the drag, and
the DragSourceListener . |
void |
DragSource.startDrag(DragGestureEvent trigger,
Cursor dragCursor,
Transferable transferable,
DragSourceListener dsl)
Start a drag, given the DragGestureEvent
that initiated the drag, the initial
Cursor to
use,
the Transferable subject data
of the drag, and the DragSourceListener . |
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 given the initial Cursor to display,
the Transferable object,
and the DragSourceListener to use. |
void |
DragGestureEvent.startDrag(Cursor dragCursor,
Image dragImage,
Point imageOffset,
Transferable transferable,
DragSourceListener dsl)
Start the drag given the initial Cursor to display,
a drag Image , the offset of
the Image ,
the Transferable object, and
the DragSourceListener to use. |
Constructors in java.awt.dnd with parameters of type Transferable | |
DragSourceContext(java.awt.dnd.peer.DragSourceContextPeer dscp,
DragGestureEvent trigger,
Cursor dragCursor,
Image dragImage,
Point offset,
Transferable t,
DragSourceListener dsl)
Called from DragSource , this constructor creates a new
DragSourceContext given the
DragSourceContextPeer for this Drag, the
DragGestureEvent that triggered the Drag, the initial
Cursor to use for the Drag, an (optional)
Image to display while the Drag is taking place, the offset
of the Image origin from the hotspot at the instant of the
triggering event, the Transferable subject data, and the
DragSourceListener to use during the Drag and Drop
operation. |
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.