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

interface XUIConfigurationManager2
Base Interfaces
XUIConfigurationManager2XUIConfigurationStorageXUIConfigurationPersistenceXUIConfigurationManagerXUIConfiguration
┗ ::com::sun::star::lang::XComponent

XUIConfigurationStorage
Description
provides access to set a storage and to check if a storage has been associated to the user interface configuration manager.
XUIConfigurationPersistence
Description
provides access to persistence functions to load/store user interface configuration data from a storage.
XUIConfigurationManager
Description
provides functions to change, insert and remove user interface elements from a user interface configuration manager.
XUIConfiguration
Description
provides functions to add and remove listeners for changes within a user interface configuration manager.
::com::sun::star::lang::XComponent
Description
allows controlling or observing the lifetime of a user interface configuration manager instance.

The owner of the object may dispose of this object using com::sun::star::lang::XComponent::dispose().


Top of Page