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

interface XProgressMonitor
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XProgressBar
    |
    +-XProgressMonitor
[ DEPRECATED ]
Description
gives access to the text of a progress monitor.

Methods' Summary
addText adds a new text line to the control.
removeText removes a text line from the control.
updateText updates an existing text line at the control.
Methods' Details
addText
[oneway] void
addText(
 
[in] string
[in] string
[in] boolean
 
Topic,
Text,
beforeProgress );

Description
adds a new text line to the control.
removeText
[oneway] void
removeText(
 
[in] string
[in] boolean
 
Topic,
beforeProgress );

Description
removes a text line from the control.
updateText
[oneway] void
updateText(
 
[in] string
[in] string
[in] boolean
 
Topic,
Text,
beforeProgress );

Description
updates an existing text line at the control.
Top of Page