:: com :: sun :: star :: ui ::

interface XUIConfigurationManagerSupplier
Description
allows to retrieve the user interface configuration manager related to an object.
Since
OOo 2.0

Methods' Summary
getUIConfigurationManager returns the user interface configuration manager related to the object.  
Methods' Details
getUIConfigurationManager
XUIConfigurationManager
getUIConfigurationManager();

Description
returns the user interface configuration manager related to the object.
Returns
an object implementing UIConfigurationManager service.
Top of Page