Eclipse Platform
Release 3.2
org.eclipse.ui.part

Class MarkerTransfer

    • Method Detail

      • getInstance

        public static MarkerTransfer getInstance()
        Returns the singleton instance.
        Returns:
        the singleton instance
      • getTypeIds

        protected int[] getTypeIds()
        Description copied from class: Transfer
        Returns the platform specfic ids of the data types that can be converted using this transfer agent.
        Specified by:
        getTypeIds in class Transfer
        Returns:
        the platform specfic ids of the data types that can be converted using this transfer agent
      • getTypeNames

        protected String[] getTypeNames()
        Description copied from class: Transfer
        Returns the platform specfic names of the data types that can be converted using this transfer agent.
        Specified by:
        getTypeNames in class Transfer
        Returns:
        the platform specfic names of the data types that can be converted using this transfer agent.
      • nativeToJava

        protected Object nativeToJava(TransferData transferData)
        Description copied from class: ByteArrayTransfer
        This implementation of nativeToJava converts a platform specific representation of a byte array to a java byte[]. For additional information see Transfer#nativeToJava.
        Overrides:
        nativeToJava in class ByteArrayTransfer
        Parameters:
        transferData - the platform specific representation of the data to be been converted
        Returns:
        a java byte[] containing the converted data if the conversion was successful; otherwise null
        See Also:
        Transfer.nativeToJava(org.eclipse.swt.dnd.TransferData)
Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.