WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
@mozilla.org/widget/clipboard;1
This component implements the following interfaces:
Constants
| PRInt32 | nsIClipboard.kSelectionClipboard | = 0 |
| PRInt32 | nsIClipboard.kGlobalClipboard | = 1 |
Methods
| Interface | Method |
|---|---|
| nsIClipboard |
void emptyClipboard ( PRInt32 whichClipboard )
|
| nsIClipboard |
void getData ( nsITransferable transferable , PRInt32 whichClipboard )
|
| nsIClipboard |
PRBool hasDataMatchingFlavors ( arrayof char* flavorList , PRUint32 length , PRInt32 whichClipboard )
|
| nsIClipboard |
void setData ( nsITransferable transferable , nsIClipboardOwner anOwner , PRInt32 whichClipboard )
|
| nsIClipboard |
PRBool supportsSelectionClipboard ( )
|
Reference documentation is generated from Mozilla's source.
