public interface FlavorTable extends FlavorMap
| Modifier and Type | Method and Description |
|---|---|
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.
|
getFlavorsForNatives, getNativesForFlavorsList<String> getNativesForFlavor(DataFlavor flavor)
flavor - the flavor to look up, or null to return all nativesList<DataFlavor> getFlavorsForNative(String name)
name - the native name to look up, or null to return all flavors