Given a transferable, set the data on the native clipboard
aTransferable | The transferable |
anOwner | The owner of the transferable |
aWhichClipboard | Specifies the clipboard to which this operation applies. @result NS_Ok if no errors |
Given a transferable, get the clipboard data.
aTransferable | The transferable |
aWhichClipboard | Specifies the clipboard to which this operation applies. @result NS_Ok if no errors |
This empties the clipboard and notifies the clipboard owner.
This empties the “logical” clipboard. It does not clear the native clipboard.
aWhichClipboard | Specifies the clipboard to which this operation applies. @result NS_OK if successful. |
This provides a way to give correct UI feedback about, for instance, a paste
should be allowed. It does NOT actually retreive the data and should be a very
inexpensive call. All it does is check if there is data on the clipboard matching
any of the flavors in the given list.
aFlavorList | An array of ASCII strings. |
aLength | The length of the aFlavorList. |
aWhichClipboard | Specifies the clipboard to which this operation applies. @outResult - if data is present matching one of @result NS_OK if successful. |
Allows clients to determine if the implementation supports the concept of a
separate clipboard for selection.
@outResult - true if
@result NS_OK if successful.
Allows clients to determine if the implementation supports the concept of a
separate clipboard for find search strings.
@result NS_OK if successful.