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

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

interface XProgressBar

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]


Known Services which Export this Interface

com::sun::star::awt::UnoControlProgressBar specifies a progressbar control.

Methods' Summary

setForegroundColor
setBackgroundColor
setRange set free range of progress
setValue
getValue

Methods' Details

setForegroundColor
 
[ oneway ] void
setForegroundColor(
[ in ] long Color );

setBackgroundColor
 
[ oneway ] void
setBackgroundColor(
[ in ] long Color );

setRange
 
[ oneway ] void
setRange(
[ in ] long Min,
[ in ] long Max );

Description
set free range of progress

If "Min" higher then "Max" the method exchange values automaticly!

setValue
 
[ oneway ] void
setValue(
[ in ] long Value );

getValue
 
long
getValue();

Top of Page