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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.