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

com :: sun :: star :: task ::

interface XStatusIndicator

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

Description
controls a status indicator which displays progress of longer actions to the user.
See also
XStatusIndicatorSupplier


Methods' Summary

start TODO
end TODO
setText TODO
setValue TODO
reset TODO

Methods' Details

start
 
[ oneway ] void
start(
[ in ] string aText,
[ in ] long nRange );

Description
TODO
end
 
[ oneway ] void
end();
Description
TODO
setText
 
[ oneway ] void
setText(
[ in ] string aText );

Description
TODO
setValue
 
[ oneway ] void
setValue(
[ in ] long nValue );

Description
TODO
reset
 
[ oneway ] void
reset();
Description
TODO

Top of Page