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

/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DFlavorTable.java81 List<DataFlavor> getFlavorsForNative(String nat); method in interface:FlavorTable
H A DSystemFlavorMap.java170 * Caches the result getFlavorsForNative(). Maps String natives to
806 public synchronized List<DataFlavor> getFlavorsForNative(String nat) { method in class:SystemFlavorMap
827 getFlavorsForNative((String)natives_iter.next());
982 List flavor_list = getFlavorsForNative(null);
1002 * <code>getFlavorsForNative</code> for the specified native.
1018 * @see #getFlavorsForNative
1024 // Use getFlavorsForNative to generate extra flavors for text natives
1034 List flavors = getFlavorsForNative(natives[i]);
1127 * <code>DataFlavor</code>. Unlike <code>getFlavorsForNative</code>, the
1164 * <code>DataFlavor</code>s. Unlike <code>getFlavorsForNative</cod
[all...]

Completed in 31 milliseconds