specifies a persistence interface which supports to load/store user
interface configuration data to a storage and to retrieve information
about the current state.
stores the configuration data to the storage provided by
setStorage from the storage and initialize the
user interface configuration manager instance with the newly
data. This call can throw an
::com::sun::star::io::IOException if
store cannot store its data into the internal
storage.
stores the configuration data to the provided storage, ignoring
the previously set storage by setStorage. Can
be used to make copy of the current user interface configuration
data to another storage. This call will throw an
::com::sun::star::io::IOException if the provided
storage is in read-only mode.
provides the current read-only state of the user configuration
manager. Storing a user interface configuration to a read-only storage
is not possible. A read-only configuration manager instance will also
not support any changes to its configuration settings.
stores the configuration data to the storage provided by
setStorage from the storage and initialize the
user interface configuration manager instance with the newly
data. This call can throw an
::com::sun::star::io::IOException if
store cannot store its data into the internal
storage.
stores the configuration data to the provided storage, ignoring
the previously set storage by setStorage. Can
be used to make copy of the current user interface configuration
data to another storage. This call will throw an
::com::sun::star::io::IOException if the provided
storage is in read-only mode.
Parameter Storage
all configuration data will be stored to this storage.
provides the current read-only state of the user configuration
manager. Storing a user interface configuration to a read-only storage
is not possible. A read-only configuration manager instance will also
not support any changes to its configuration settings.
Returns
true if the configuration manager storage is read-only otherwise
false.