java.awt.datatransfer
public interface FlavorTable extends FlavorMap
Since: 1.4
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
List<DataFlavor> | getFlavorsForNative(String name)
Returns a list of flavors corresponding to the given String native. |
List<String> | getNativesForFlavor(DataFlavor flavor)
Returns a list of String natives corresponding to the given flavor. |
Parameters: name the native name to look up, or null to return all flavors
Returns: the sorted list of flavors
Parameters: flavor the flavor to look up, or null to return all natives
Returns: the sorted list of natives