helper service for common uses of nsIClipboard.
[scriptable, uuid(44073a98-1dd2-11b2-8600-d0ae854dbe93)]
interface nsIClipboardHelper : nsISupports

Methods

 copy string to (default) clipboard

 @param aString, the string to copy to the clipboard
void copyString(in AString aString)
 copy string to given clipboard

 @param aString, the string to copy to the clipboard
 @param aClipboardID, the ID of the clipboard to copy to
        (eg. kSelectionClipboard -- see nsIClipboard.idl)
void copyStringToClipboard(in AString aString, in long aClipboardID)