:: com :: sun :: star :: configuration ::

service SetAccess

Included Services - Summary
HierarchyAccess

is the basic service for accessing child and descendent nodes in a hierarchy. (details)

SimpleSetAccess

is the basic service providing information about and access to elements of a not necessarily hierarchical set. (details)

Exported Interfaces - Summary
::com::sun::star::container::XContainer

allows attaching listeners to this node to monitor changes to the set. (details)

Included Services - Details
HierarchyAccess
Description
is the basic service for accessing child and descendent nodes in a hierarchy.

External names (from foreign namespaces) should be normalized using ::com::sun::star::util::XStringEscape::escapeString() (if available) before using them as element names.

SimpleSetAccess
Description
is the basic service providing information about and access to elements of a not necessarily hierarchical set.

Interface XTemplateContainer, which is optional in SimpleSetAccess must always be implemented in this service, if the elements are of object type.

Exported Interfaces - Details
::com::sun::star::container::XContainer
Description
allows attaching listeners to this node to monitor changes to the set.

In this service, support for notifications is mandatory.


 
Top of Page