Show
Ignore:
Timestamp:
07/01/08 04:15:59 (5 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Updater SWT 3.4M7 to 3.4

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/dnd/TextTransfer.d

    r237 r246  
    11/******************************************************************************* 
    2  * Copyright (c) 2000, 2005 IBM Corporation and others. 
     2 * Copyright (c) 2000, 2008 IBM Corporation and others. 
    33 * All rights reserved. This program and the accompanying materials 
    44 * are made available under the terms of the Eclipse Public License v1.0 
     
    7070 * 
    7171 * @param object a java <code>String</code> containing text 
    72  * @param transferData an empty <code>TransferData</code> object; this object 
    73  *  will be filled in on return with the platform specific format of the data 
    74  * 
    75  * @see Transfer#javaToNative 
     72 * @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 
    7676 */ 
    7777public void javaToNative (Object object, TransferData transferData){ 
     
    126126 * @return a java <code>String</code> containing text if the conversion was successful; otherwise null 
    127127 * 
    128  * @see Transfer#nativeToJava 
     128 * @see Transfer#javaToNative 
    129129 */ 
    130130public Object nativeToJava(TransferData transferData){