:: com :: sun :: star :: datatransfer :: clipboard ::

service GenericClipboard
Description
A generic clipboard service is a simple container for transferable objects.

Exported Interfaces - Summary
XClipboardEx

Provides access to the clipboard content.

XClipboardNotifier

Provides the ability to request notifications on content changes.

::com::sun::star::lang::XInitialization

Provides the ability to initially set the name of the clipboard.

::com::sun::star::lang::XComponent

For shutdown and listener support.

::com::sun::star::lang::XServiceInfo

Service should always support this interface.

::com::sun::star::lang::XTypeProvider

Service should always support this interface.

Exported Interfaces - Details
XClipboardEx
Description
Provides access to the clipboard content.
XClipboardNotifier
Description
Provides the ability to request notifications on content changes.
::com::sun::star::lang::XInitialization
Description
Provides the ability to initially set the name of the clipboard.
::com::sun::star::lang::XComponent
Description
For shutdown and listener support.
::com::sun::star::lang::XServiceInfo
Description
Service should always support this interface.
::com::sun::star::lang::XTypeProvider
Description
Service should always support this interface.

 
Top of Page