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

interface XProgressMonitor
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XProgressBar
    |
    +-XProgressMonitor
[ 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
[in] string
[in] boolean
 
Topic,
Text,
beforeProgress );

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

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

Description
update existing textline at control
Top of Page