:: com :: sun :: star :: ui :: dialogs ::

service FolderPicker
Description
A FolderPicker service.

Exported Interfaces - Summary
XFolderPicker

Provides the ability to execute a FolderPicker dialog and browse for and select folders.

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

Service should always support this interface.

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

Service should always support this interface.

::com::sun::star::util::XCancellable

For canceling a running dialog instance. (details)

Exported Interfaces - Details
XFolderPicker
Description
Provides the ability to execute a FolderPicker dialog and browse for and select folders.
::com::sun::star::lang::XServiceInfo
Description
Service should always support this interface.
::com::sun::star::lang::XTypeProvider
Description
Service should always support this interface.
::com::sun::star::util::XCancellable
Usage Restrictions
optional
Description
For canceling a running dialog instance.

This may be usefull for automatic test tools for instance.


 
Top of Page