JavaTM 2 Platform
Std. Ed. v1.3.1

com.apple.mrj.dnd
Class DragItem

java.lang.Object
  |
  +--com.apple.mrj.datatransfer.Transfer
        |
        +--com.apple.mrj.dnd.DragItem
All Implemented Interfaces:
FlaggedTransferable, Transferable

Deprecated. As of MacOSX 10.2, replaced by Java2 DnD.

public class DragItem
extends Transfer

Utility class for creating Transferrables for drag'n'drop. Allows a drag initiator to shovel flavor data into the DragItem without having to define any new classes.


Fields inherited from interface com.apple.mrj.datatransfer.FlaggedTransferable
kFlavorNotSaved, kFlavorSenderOnly, kFlavorSenderTranslated, kFlavorSystemTranslated
 
Constructor Summary
DragItem()
          Deprecated. Creates a new empty DragItem.
 
Methods inherited from class com.apple.mrj.datatransfer.Transfer
addFlavor, addPromiseFlavor, freeze, getDataFlavorFlags, getPromiseData, getRawTransferData, getTransferData, getTransferDataFlavors, isDataAvailable, isDataFlavorSupported, setDataFlavorFlags
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragItem

public DragItem()
Deprecated. 
Creates a new empty DragItem.

JavaTM 2 Platform
Std. Ed. v1.3.1

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

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.