interface XHierarchicalPropertySet in module com::sun::star::beans:: |
interface XHierarchicalPropertySet : com::sun::star::uno::XInterface ;
provides information about and access to the a hierarchy of properties from an implementation.
Usually an object that implements this interface also implements XPropertySet and at least some of the properties have subproperties.
This interface allows direct access to subsubproperties, ... up to arbitrary nesting depth. Often the intermediate elements of the hierarchy implement XProperty .
Each implementation specifies how the hierarchical property names, that are used to access the elements of the hierarchy, are formed.
Commonly a notation similar to filesystem pathes (separated by '/' slashes) or nested module names (separated by dots '.' or '::') is used.
Method Summary |
|
getHierarchicalPropertySetInfo | retrieve information about the hierarchy of properties |
setHierarchicalPropertyValue | sets the value of the property with the specified nested name. |
getHierarchicalPropertyValue | |
Method Details |
||||
|
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.