interface XProgressMonitor in module com::sun::star::awt::

(Global Index)

[ DEPRECATED ]

Syntax

interface XProgressMonitor : com::sun::star::awt::XProgressBar ;

Method Summary

addText add new textline to control

removeText remove textline from control

updateText update existing textline at control

Method Details



addText

Syntax

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

Description

add new textline to control


removeText

Syntax

oneway void removeText (
string Topic,
boolean beforeProgress );

Description

remove textline from control


updateText

Syntax

oneway void updateText (
string Topic,
string Text,
boolean beforeProgress );

Description

update existing textline at control

Top of Page