|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchemaxon.marvin.util.ClipboardHandler
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
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 |
---|
public ClipboardHandler()
Method Detail |
---|
@Deprecated public static java.lang.Runnable getMoleculeToClipboardTask(Molecule mol, java.util.Properties props, java.lang.String formatId)
@Deprecated public static java.lang.Runnable getOLEToClipboardTask(Molecule mol, java.util.Properties props)
@Deprecated public static java.lang.Runnable getStringToClipboardTask(java.lang.String str)
@Deprecated public static java.lang.Runnable getImageToClipboardTask(java.awt.Image img)
@Deprecated public static java.lang.Runnable getClipboardClearerTask()
@Deprecated public static void putStringToClipboard(java.lang.String str)
@Deprecated public static void putImageToClipboard(java.awt.Image img)
@Deprecated public static void putMoleculeToClipboard(Molecule mol, java.util.Properties props)
@Deprecated public static void putMoleculeToClipboard(Molecule mol, java.util.Properties props, java.lang.String fmt)
@Deprecated public static void putOLEToClipboard(Molecule mol, java.util.Properties props)
@Deprecated public static java.lang.String getStringFromClipboard()
@Deprecated public static java.lang.Object getDataFromClipboardOLE()
@Deprecated public static java.lang.Object getObjectFromClipboard(boolean macroMoleculeSupport)
@Deprecated public static java.lang.Object getObjectFromTransferable(java.awt.datatransfer.Transferable transfer, boolean macroMoleculeSupport)
@Deprecated public static java.awt.datatransfer.Transferable getTransferableFor(Molecule mol, java.util.Properties props)
@Deprecated public static java.awt.datatransfer.Transferable getTransferableFor(Molecule mol, java.util.Properties props, java.lang.String fmt)
@Deprecated public static boolean isSupportedTransferFormat(java.lang.String fmtId)
@Deprecated public static java.lang.String getDefaultTransferFormatId()
@Deprecated public static java.util.List<java.lang.String> getOutputTransferFormatIds()
@Deprecated public static void clearClipboard()
@Deprecated public static java.awt.datatransfer.Clipboard getClipboard()
@Deprecated public static void removePermanentOLESupport()
@Deprecated public static void removePermanentOLEEnsurerReference()
@Deprecated public static java.util.List<java.lang.String> getDefaultOutputTransferFormatIds()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |