src/share/classes/java/awt/Toolkit.java

Print this page

        

*** 1238,1251 **** * Gets the singleton instance of the system Clipboard which interfaces * with clipboard facilities provided by the native platform. This * clipboard enables data transfer between Java programs and native * applications which use native clipboard facilities. * <p> ! * In addition to any and all formats specified in the flavormap.properties ! * file, or other file specified by the <code>AWT.DnD.flavorMapFileURL ! * </code> Toolkit property, text returned by the system Clipboard's <code> ! * getTransferData()</code> method is available in the following flavors: * <ul> * <li>DataFlavor.stringFlavor</li> * <li>DataFlavor.plainTextFlavor (<b>deprecated</b>)</li> * </ul> * As with <code>java.awt.datatransfer.StringSelection</code>, if the --- 1238,1250 ---- * Gets the singleton instance of the system Clipboard which interfaces * with clipboard facilities provided by the native platform. This * clipboard enables data transfer between Java programs and native * applications which use native clipboard facilities. * <p> ! * In addition to any and all default formats text returned by the system ! * Clipboard's <code>getTransferData()</code> method is available in the ! * following flavors: * <ul> * <li>DataFlavor.stringFlavor</li> * <li>DataFlavor.plainTextFlavor (<b>deprecated</b>)</li> * </ul> * As with <code>java.awt.datatransfer.StringSelection</code>, if the