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

unpublished service UIConfigurationManager
Description
specifies a user interface configuration manager which controls all customizeable user interface elements of an object.
Since
OpenOffice 2.0.0

Exported Interfaces
::com::sun::star::ui::XUIConfigurationStorage
Description
provides access to set a storage and to check if a storage has been associated to the user interface configuration manager.
::com::sun::star::ui::XUIConfigurationPersistence
Description
provides access to persistence functions to load/store user interface configuration data from a storage.
::com::sun::star::ui::XUIConfigurationManager
Description
provides functions to change, insert and remove user interface elements from a user interface configuration manager.
::com::sun::star::ui::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