|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlavorMap
This interface maps between native platform type names and DataFlavors.
Method Summary | |
---|---|
Map<String,DataFlavor> |
getFlavorsForNatives(String[] natives)
Maps the specified native type names to DataFlavor 's. |
Map<DataFlavor,String> |
getNativesForFlavors(DataFlavor[] flavors)
Maps the specified DataFlavor objects to the native
data type name. |
Method Detail |
---|
Map<DataFlavor,String> getNativesForFlavors(DataFlavor[] flavors)
DataFlavor
objects to the native
data type name. The returned Map
has keys that are
the data flavors and values that are strings. The returned map
may be modified. This can be useful for implementing nested mappings.
flavors
- An array of data flavors to map
or null for all data flavors.
Map
of native data types.Map<String,DataFlavor> getFlavorsForNatives(String[] natives)
DataFlavor
's.
The returned Map
has keys that are strings and values
that are DataFlavor
's. The returned map may be
modified. This can be useful for implementing nested mappings.
natives
- An array of native types to map
or null for all native types.
Map
of data flavors.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |