public interface FlavorTable extends FlavorMap
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DataFlavor> |
getFlavorsForNative(java.lang.String name)
Returns a list of flavors corresponding to the given String native.
|
java.util.List<java.lang.String> |
getNativesForFlavor(DataFlavor flavor)
Returns a list of String natives corresponding to the given flavor.
|
getFlavorsForNatives, getNativesForFlavorsjava.util.List<java.lang.String> getNativesForFlavor(DataFlavor flavor)
flavor - the flavor to look up, or null to return all nativesjava.util.List<DataFlavor> getFlavorsForNative(java.lang.String name)
name - the native name to look up, or null to return all flavors