Java Platform 1.2

Uses of Interface
java.awt.datatransfer.FlavorMap

Packages that use FlavorMap
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 FlavorMap in java.awt.datatransfer
 

Classes in java.awt.datatransfer that implement FlavorMap
 class SystemFlavorMap
           The SystemFlavorMap is an externally configurable map that maps platform native type names (strings) to MIME type strings, and also their associated DataFlavors.
 

Methods in java.awt.datatransfer that return FlavorMap
static FlavorMap SystemFlavorMap.getDefaultFlavorMap()
          get the default system implementation
 

Uses of FlavorMap in java.awt.dnd
 

Methods in java.awt.dnd that return FlavorMap
 FlavorMap DragSource.getFlavorMap()
           
 FlavorMap DropTarget.getFlavorMap()
           
 

Methods in java.awt.dnd with parameters of type FlavorMap
 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 DropTarget.setFlavorMap(FlavorMap fm)
           
 

Constructors in java.awt.dnd with parameters of type FlavorMap
DropTarget.DropTarget(Component c, int ops, DropTargetListener dtl, boolean act, FlavorMap fm)
          Construct a DropTarget
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.