Searched refs:getFlavorToNative (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DSystemFlavorMap.java140 * Do not use the field directly, use getFlavorToNative() instead.
151 private synchronized Map getFlavorToNative() { method in class:SystemFlavorMap
432 store(value, key, getFlavorToNative());
435 store(flavor, key, getFlavorToNative());
579 List natives = (List)getFlavorToNative().get(flavor);
582 getFlavorToNative().put(flavor, natives);
603 List natives = (List)getFlavorToNative().get(flav);
628 getFlavorToNative().put(flav, natives);
699 retval = (List)getFlavorToNative().get(flav.mimeType.getBaseType());
707 List textPlainList = (List)getFlavorToNative()
[all...]

Completed in 30 milliseconds