chemaxon.marvin.util
Class ClipboardHandler

java.lang.Object
  extended by chemaxon.marvin.util.ClipboardHandler

Deprecated. since Marvin 5.3 the class has been moved to ClipboardHandler the functionalities in this class will be unsupported after Marvin 5.4 The class will be removed in 5.5

@Deprecated
public final class ClipboardHandler
extends java.lang.Object

Since:
Marvin 5.2.1 04/08/2009
Version:
Marvin 5.3 07/27/2009
Author:
Istvan Fajth

Constructor Summary
ClipboardHandler()
          Deprecated.  
 
Method Summary
static void clearClipboard()
          Deprecated. see the documentation of the class
static java.awt.datatransfer.Clipboard getClipboard()
          Deprecated. see the documentation of the class
static java.lang.Runnable getClipboardClearerTask()
          Deprecated. see the documentation of the class
static java.lang.Object getDataFromClipboardOLE()
          Deprecated. see the documentation of the class
static java.util.List<java.lang.String> getDefaultOutputTransferFormatIds()
          Deprecated. since 5.3 not needed anymore won't be supported after 5.4
static java.lang.String getDefaultTransferFormatId()
          Deprecated. see the documentation of the class
static java.lang.Runnable getImageToClipboardTask(java.awt.Image img)
          Deprecated. see the documentation of the class
static java.lang.Runnable getMoleculeToClipboardTask(Molecule mol, java.util.Properties props, java.lang.String formatId)
          Deprecated. see the documentation of the class
static java.lang.Object getObjectFromClipboard(boolean macroMoleculeSupport)
          Deprecated. see the documentation of the class
static java.lang.Object getObjectFromTransferable(java.awt.datatransfer.Transferable transfer, boolean macroMoleculeSupport)
          Deprecated. see the documentation of the class
static java.lang.Runnable getOLEToClipboardTask(Molecule mol, java.util.Properties props)
          Deprecated. see the documentation of the class
static java.util.List<java.lang.String> getOutputTransferFormatIds()
          Deprecated. see the documentation of the class
static java.lang.String getStringFromClipboard()
          Deprecated. see the documentation of the class
static java.lang.Runnable getStringToClipboardTask(java.lang.String str)
          Deprecated. see the documentation of the class
static java.awt.datatransfer.Transferable getTransferableFor(Molecule mol, java.util.Properties props)
          Deprecated. see the documentation of the class
static java.awt.datatransfer.Transferable getTransferableFor(Molecule mol, java.util.Properties props, java.lang.String fmt)
          Deprecated. see the documentation of the class
static boolean isSupportedTransferFormat(java.lang.String fmtId)
          Deprecated. see the documentation of the class
static void putImageToClipboard(java.awt.Image img)
          Deprecated. see the documentation of the class
static void putMoleculeToClipboard(Molecule mol, java.util.Properties props)
          Deprecated. see the documentation of the class
static void putMoleculeToClipboard(Molecule mol, java.util.Properties props, java.lang.String fmt)
          Deprecated. see the documentation of the class
static void putOLEToClipboard(Molecule mol, java.util.Properties props)
          Deprecated. see the documentation of the class
static void putStringToClipboard(java.lang.String str)
          Deprecated. see the documentation of the class
static void removePermanentOLEEnsurerReference()
          Deprecated. see the documentation of the class
static void removePermanentOLESupport()
          Deprecated. see the documentation of the class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClipboardHandler

public ClipboardHandler()
Deprecated. 
Method Detail

getMoleculeToClipboardTask

@Deprecated
public static java.lang.Runnable getMoleculeToClipboardTask(Molecule mol,
                                                                       java.util.Properties props,
                                                                       java.lang.String formatId)
Deprecated. see the documentation of the class


getOLEToClipboardTask

@Deprecated
public static java.lang.Runnable getOLEToClipboardTask(Molecule mol,
                                                                  java.util.Properties props)
Deprecated. see the documentation of the class


getStringToClipboardTask

@Deprecated
public static java.lang.Runnable getStringToClipboardTask(java.lang.String str)
Deprecated. see the documentation of the class


getImageToClipboardTask

@Deprecated
public static java.lang.Runnable getImageToClipboardTask(java.awt.Image img)
Deprecated. see the documentation of the class


getClipboardClearerTask

@Deprecated
public static java.lang.Runnable getClipboardClearerTask()
Deprecated. see the documentation of the class


putStringToClipboard

@Deprecated
public static void putStringToClipboard(java.lang.String str)
Deprecated. see the documentation of the class


putImageToClipboard

@Deprecated
public static void putImageToClipboard(java.awt.Image img)
Deprecated. see the documentation of the class


putMoleculeToClipboard

@Deprecated
public static void putMoleculeToClipboard(Molecule mol,
                                                     java.util.Properties props)
Deprecated. see the documentation of the class


putMoleculeToClipboard

@Deprecated
public static void putMoleculeToClipboard(Molecule mol,
                                                     java.util.Properties props,
                                                     java.lang.String fmt)
Deprecated. see the documentation of the class


putOLEToClipboard

@Deprecated
public static void putOLEToClipboard(Molecule mol,
                                                java.util.Properties props)
Deprecated. see the documentation of the class


getStringFromClipboard

@Deprecated
public static java.lang.String getStringFromClipboard()
Deprecated. see the documentation of the class


getDataFromClipboardOLE

@Deprecated
public static java.lang.Object getDataFromClipboardOLE()
Deprecated. see the documentation of the class


getObjectFromClipboard

@Deprecated
public static java.lang.Object getObjectFromClipboard(boolean macroMoleculeSupport)
Deprecated. see the documentation of the class


getObjectFromTransferable

@Deprecated
public static java.lang.Object getObjectFromTransferable(java.awt.datatransfer.Transferable transfer,
                                                                    boolean macroMoleculeSupport)
Deprecated. see the documentation of the class


getTransferableFor

@Deprecated
public static java.awt.datatransfer.Transferable getTransferableFor(Molecule mol,
                                                                               java.util.Properties props)
Deprecated. see the documentation of the class


getTransferableFor

@Deprecated
public static java.awt.datatransfer.Transferable getTransferableFor(Molecule mol,
                                                                               java.util.Properties props,
                                                                               java.lang.String fmt)
Deprecated. see the documentation of the class


isSupportedTransferFormat

@Deprecated
public static boolean isSupportedTransferFormat(java.lang.String fmtId)
Deprecated. see the documentation of the class


getDefaultTransferFormatId

@Deprecated
public static java.lang.String getDefaultTransferFormatId()
Deprecated. see the documentation of the class


getOutputTransferFormatIds

@Deprecated
public static java.util.List<java.lang.String> getOutputTransferFormatIds()
Deprecated. see the documentation of the class


clearClipboard

@Deprecated
public static void clearClipboard()
Deprecated. see the documentation of the class


getClipboard

@Deprecated
public static java.awt.datatransfer.Clipboard getClipboard()
Deprecated. see the documentation of the class


removePermanentOLESupport

@Deprecated
public static void removePermanentOLESupport()
Deprecated. see the documentation of the class


removePermanentOLEEnsurerReference

@Deprecated
public static void removePermanentOLEEnsurerReference()
Deprecated. see the documentation of the class


getDefaultOutputTransferFormatIds

@Deprecated
public static java.util.List<java.lang.String> getDefaultOutputTransferFormatIds()
Deprecated. since 5.3 not needed anymore won't be supported after 5.4