Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service GroupElement

Description
provides information about a predefined element contained in a heterogeneous group of elements within a (by name) hierarchy.

Provides information about the element. Provides access to its containing group object.

A group element bears a predefined name. It may only exist within a containing group object.

See also
com::sun::star::configuration::GroupAccess
Parent objects of this service generally implement service GroupAccess.
See also
com::sun::star::configuration::SetElement
A complementary service, for elements of a dynamic homogeneous container.
See also
com::sun::star::configuration::AccessRootElement
A complementary service, for the root element of a hierarchy.


Included Services

com::sun::star::configuration::HierarchyElement
Description
is the basic service for accessing information about an element in the hierarchy.

Exported Interfaces

com::sun::star::container::XChild
Description
provides access to the containing group object.

In this service this interface is mandatory

XChild::getParent shall not return NULL.

Setting a different parent is not supported.


Top of Page