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

/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DSystemFlavorMap.java53 * The SystemFlavorMap is a configurable map between "natives" (Strings), which
59 * In the Sun reference implementation, the default SystemFlavorMap is
67 public final class SystemFlavorMap implements FlavorMap, FlavorTable { class in inherits:FlavorMap,FlavorTable
76 * System singleton which maps a thread's ClassLoader to a SystemFlavorMap.
198 fm = new SystemFlavorMap();
206 private SystemFlavorMap() { method in class:SystemFlavorMap
210 * Initializes a SystemFlavorMap by reading flavormap.properties and
404 // non-charset ones). The SystemFlavorMap will
1254 ? SystemFlavorMap.encodeJavaMIMEType(flav.getMimeType())
1294 String retval_str = SystemFlavorMap
[all...]

Completed in 618 milliseconds