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

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

interface XProgressMonitor

Base Interface
com::sun::star::awt::XProgressBar

[ DEPRECATED ]


Methods' Summary

addText add new textline to control
removeText remove textline from control
updateText update existing textline at control

Methods' Details

addText
 
[ oneway ] void
addText(
[ in ] string Topic,
[ in ] string Text,
[ in ] boolean beforeProgress );

Description
add new textline to control
removeText
 
[ oneway ] void
removeText(
[ in ] string Topic,
[ in ] boolean beforeProgress );

Description
remove textline from control
updateText
 
[ oneway ] void
updateText(
[ in ] string Topic,
[ in ] string Text,
[ in ] boolean beforeProgress );

Description
update existing textline at control

Top of Page