Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XDialog

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]


Known Services which Export this Interface

com::sun::star::awt::UnoControlDialog specifies that UnoControlDialog implements an dialog for controls based on UnoControl .

Methods' Summary

setTitle
getTitle
execute
endExecute

Methods' Details

setTitle
 
[ oneway ] void
setTitle(
[ in ] string Title );

getTitle
 
string
getTitle();
execute
 
short
execute();
endExecute
 
void
endExecute();

Top of Page