Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: container ::

interface XChild

Base Interface
com::sun::star::uno::XInterface

Description
provides access to the parent of the object.

This interface normally is only supported if the objects all have exactly one dedicated parent container.



Known Services which Export this Interface

com::sun::star::form::FormController specifies the view representation of a form.
com::sun::star::ucb::HierarchyRootFolderContent A HCP Root Folder is the root container for all other HCP Folders and HCP Links.
com::sun::star::ucb::WebDAVFolderContent A DCP Folder is a container for other DCP Folders or Documents.
com::sun::star::ucb::HierarchyFolderContent A HCP Folder is a container for other HCP Folders and HCP Links.
com::sun::star::ucb::FileContent A File Content represents either a directory or a file in the local file system.
com::sun::star::ucb::PackageFolderContent A PCP Folder is a container for other PCP Folders and PCP Streams.
com::sun::star::ucb::PackageStreamContent A PCP Stream is a content which represents a file inside a package.
com::sun::star::ucb::WebDAVDocumentContent A DCP Document is a container for Document data/content.
com::sun::star::ucb::HierarchyLinkContent A HCP Link is a content which points to another location.
com::sun::star::ucb::ChaosContent [ DEPRECATED ]
A Chaos Content is a representation of a resource provided by the Chaos Content Provider.
com::sun::star::ucb::Content A Content is a service that provides access to data of a content provided by an implementation of the service ContentProvider .
com::sun::star::sheet::CellAnnotation represents a cell annotation object attached to a spreadsheet cell.
com::sun::star::configuration::GroupElement provides information about a predefined element contained in a heterogeneous group of elements within a (by name) hierarchy.
com::sun::star::configuration::SetElement provides information about a dynamic element that can be inserted into a homogeneous set of elements within a (by name) hierarchy.
com::sun::star::configuration::HierarchyElement provides information about an element within a (by name) hierarchy.
com::sun::star::packages::PackageFolder The PackageFolder service represents a single folder or directory within a Package. Instances of this service can only be constructed by an implementation of the Package service and not via the service manager.
com::sun::star::packages::PackageStream This service represents a stream contained within a Package. Instances of this class can only be constructed by the implementation of the Package service.
com::sun::star::sdb::Connection extends the connection of SDBC by providing the data definitions of a connected database.
com::sun::star::sdb::DatabaseAccessConnection specifies a component, which supplies and stores additional information related to a certain database connection, such as, DatabaseQueries, FormDocuments, and ReportDocuments. Objects for data definition are supplied as well, for instance, Tables, Views, etc.

Methods' Summary

getParent grants access to the object containing this content.
setParent sets the parent to this object.

Methods' Details

getParent
 
com::sun::star::uno::XInterface
getParent();
Description
grants access to the object containing this content.
setParent
 
void
setParent(
[ in ] com::sun::star::uno::XInterface Parent )
raises ( com::sun::star::lang::NoSupportException );

Description
sets the parent to this object.
Throws
com::sun::star::lang::NoSupportException if the name of this object cannot be changed.

Top of Page