Searched defs:getNativesForFlavor (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DFlavorTable.java60 List<String> getNativesForFlavor(DataFlavor flav); method in interface:FlavorTable
H A DSystemFlavorMap.java164 * Caches the result of getNativesForFlavor(). Maps DataFlavors to
674 public synchronized List<String> getNativesForFlavor(DataFlavor flav) { method in class:SystemFlavorMap
820 List natives = getNativesForFlavor(null);
957 * <code>getNativesForFlavor</code> for the specified flavor.
972 * @see #getNativesForFlavor
978 // Use getNativesForFlavor to generate extra natives for text flavors
989 List natives = getNativesForFlavor(flavors[i]);
1027 List native_list = getNativesForFlavor(null);
1047 * Unlike <code>getNativesForFlavor</code>, the mapping will only be
1086 * Unlike <code>getNativesForFlavor</cod
[all...]

Completed in 31 milliseconds