:: com :: sun :: star :: awt ::

interface XDialogProvider
Description
provides dialogs implementing the XDialog interface.

Methods' Summary
createDialog creates a dialog for the given URL.  
Methods' Details
createDialog
XDialog
createDialog( [in] string  URL )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
creates a dialog for the given URL.
Parameter URL
is the URL.
Returns
a dialog implementing the XDialog interface.
Throws
com::sun::star::lang::IllegalArgumentException if no dialog for the given URL is found or if the URL is invalid.
Top of Page