Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service SystemClipboard

Description
The system clipboard service builds a bridge to the OS specific clipboard interfaces.

Notes: The Unix implementation needs to be instantiated with 2 Arguments:

It is possible to use clipboards for different selections simultaneously.



Exported Interfaces

com::sun::star::datatransfer::clipboard::XClipboardEx
Description
Provides access to the clipboard content.
com::sun::star::datatransfer::clipboard::XClipboardNotifier
Description
Provides the ability to request notifications on content changes.
com::sun::star::datatransfer::clipboard::XFlushableClipboard
[ OPTIONAL ]
Description
Provides the ability to render the complete clipboard content. This interface is only available if the method XClipboardEx::getRenderingCapabilities() returns Persistant
com::sun::star::lang::XInitialization
[ OPTIONAL ]
Description
Provides the ability to initialize 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