:: com :: sun :: star :: configuration ::
|
service SetUpdate |
- Description
- provides write access to a dynamic homogeneous set of values or nested
trees within a hierarchy.
Allows adding and removing elements.
Helps creates new elements to be added.
This service extends SetAccess to support
modifying the container.
Any child and descendant objects support modifying access as well,
unless they represent a read-only tree element (as indicated by
PropertyAttribute::READONLY).
|
Included Services - Summary |
SetAccess |
is the basic service providing read access to a set within the
hierarchy.
|
SimpleSetUpdate |
is the basic service providing modifying access to a
not necessarily hierarchical set.
(details)
|
Included Services - Details |
SetAccess
- Description
- is the basic service providing read access to a set within the
hierarchy.
|
|
SimpleSetUpdate
- Description
- is the basic service providing modifying access to a
not necessarily hierarchical set.
Changes can be observed by registering a listener with interface
::com::sun::star::container::XContainer.
If the elements of this set are of object type, new elements are constructed
to match the tree structure prescribed by the element template of this set, when
using interfaces ::com::sun::star::lang::XSingleServiceFactory
and (if supported) ::com::sun::star::lang::XMultiServiceFactory.
Objects that are removed from a set can be reinserted into any set supporting
the same template within the same hierarchy. Even under a different name.
Implementations that support insertion of objects that weren't obtained
from within the hierarchy must reject elements that don't have the correct
structure as described by the template, even if the object returns the
correct template name from XTemplateInstance::getTemplateName().
Other ways in which an element may be moved among or within compatible sets
include ::com::sun::star::container::XChild::setParent()
and ::com::sun::star::container::XNamed::setName(), if
the element implements them.
- See also
- SetElement
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.