KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > datatransfer > FlavorTable

java.awt.datatransfer
Interface FlavorTable

All Superinterfaces:
FlavorMap
All Known Implementing Classes:
SystemFlavorMap
See Also:
Source Code

List<DataFlavor> getFlavorsForNative(String nat)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


List<String> getNativesForFlavor(DataFlavor flav)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags