ucar.unidata.ui
Class ObjectFlavor

java.lang.Object
  extended by java.awt.datatransfer.DataFlavor
      extended by ucar.unidata.ui.ObjectFlavor
All Implemented Interfaces:
Externalizable, Serializable, Cloneable

public class ObjectFlavor
extends DataFlavor

Holds DnD data

Version:
$Revision: 1.9 $
Author:
IDV Development Team
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.datatransfer.DataFlavor
imageFlavor, javaFileListFlavor, javaJVMLocalObjectMimeType, javaRemoteObjectMimeType, javaSerializedObjectMimeType, plainTextFlavor, stringFlavor
 
Constructor Summary
ObjectFlavor(Object object)
          Create me
 
Method Summary
 Object getObject()
           
 
Methods inherited from class java.awt.datatransfer.DataFlavor
clone, equals, equals, equals, getDefaultRepresentationClass, getDefaultRepresentationClassAsString, getHumanPresentableName, getMimeType, getParameter, getPrimaryType, getReaderForText, getRepresentationClass, getSubType, getTextPlainUnicodeFlavor, hashCode, isFlavorJavaFileListType, isFlavorRemoteObjectType, isFlavorSerializedObjectType, isFlavorTextType, isMimeTypeEqual, isMimeTypeEqual, isMimeTypeSerializedObject, isRepresentationClassByteBuffer, isRepresentationClassCharBuffer, isRepresentationClassInputStream, isRepresentationClassReader, isRepresentationClassRemote, isRepresentationClassSerializable, match, normalizeMimeType, normalizeMimeTypeParameter, readExternal, selectBestTextFlavor, setHumanPresentableName, toString, tryToLoadClass, writeExternal
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectFlavor

public ObjectFlavor(Object object)
Create me

Parameters:
object - the object
Method Detail

getObject

public Object getObject()