Methods' Details |
reload
- Description
- reloads the configuration data from the storage and reinitialize
the user interface configuration manager instance with this data.
It is up to the implementation if it defers the first loading process
until the first data request using XUIConfigurationManager
interface.
|
|
store
- Description
- 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.
|
|
storeToStorage
- Description
- 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.
|
|
isModified
- Description
- provides the current modify state of the configuration manager
instance.
- Returns
- true if the configuration manager has changed since the
last store call. false if the configuration
manager has not been changed.
|
|
isReadOnly
- Description
- 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.
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.