API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.datatransfer. FlavorTable View Source
Author(s)
David Mendenhall
Since
1.4
Version
1.6, 11/17/05
Serial
Hierarchy
 FlavorMap
      FlavorTable
Subinterfaces
Description
public interface FlavorTable
  A FlavorMap which relaxes the traditional 1-to-1 restriction of a Map.
See also:   
Methods
Hide/Show inherited methods
public List<DataFlavor> getFlavorsForNative (String nat)
  Returns a List of DataFlavors to which the specified String corresponds.
public List<String> getNativesForFlavor (DataFlavor flav)
  Returns a List of String natives to which the specified DataFlavor corresponds.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar