
Returns a
List of
String natives to which the
specified
DataFlavor corresponds. The
List will be sorted from best native to worst. That is, the first native will
best reflect data in the specified flavor to the underlying native
platform. The returned
List is a modifiable copy of this
FlavorTable's internal data. Client code is free to modify
the
List without affecting this object.
Returns:
a
java.util.List of
java.lang.String
objects which are platform-specific representations of platform-
specific data formats
Parameters:
-
flav - the
DataFlavor whose corresponding natives
should be returned. If
null is specified, all
natives currently known to this
FlavorTable are
returned in a non-deterministic order.