Changeset 246:fd9c62a2998e for dwt/dnd/TextTransfer.d
- Timestamp:
- 07/01/08 04:15:59 (5 months ago)
- Files:
-
- dwt/dnd/TextTransfer.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/dnd/TextTransfer.d
r237 r246 1 1 /******************************************************************************* 2 * Copyright (c) 2000, 200 5IBM Corporation and others.2 * Copyright (c) 2000, 2008 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials 4 4 * are made available under the terms of the Eclipse Public License v1.0 … … 70 70 * 71 71 * @param object a java <code>String</code> containing text 72 * @param transferData an empty <code>TransferData</code> object ; this object73 * willbe filled in on return with the platform specific format of the data74 * 75 * @see Transfer# javaToNative72 * @param transferData an empty <code>TransferData</code> object that will 73 * be filled in on return with the platform specific format of the data 74 * 75 * @see Transfer#nativeToJava 76 76 */ 77 77 public void javaToNative (Object object, TransferData transferData){ … … 126 126 * @return a java <code>String</code> containing text if the conversion was successful; otherwise null 127 127 * 128 * @see Transfer# nativeToJava128 * @see Transfer#javaToNative 129 129 */ 130 130 public Object nativeToJava(TransferData transferData){
