LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
List of all members
MutableTreeDataModel Service Reference

If you do not want to implement the XTreeDataModel yourself, use this service. More...

import "MutableTreeDataModel.idl";

Inheritance diagram for MutableTreeDataModel:
XMutableTreeDataModel XTreeDataModel XComponent XInterface

Additional Inherited Members

- Public Member Functions inherited from XMutableTreeDataModel
XMutableTreeNode createNode ([in] any DisplayValue,[in] boolean ChildrenOnDemand)
 creates a new tree node with the given value and given settings. More...
 
void setRoot ([in] XMutableTreeNode RootNode) raises ( ::com::sun::star::lang::IllegalArgumentException )
 changes the root node of this model to RootNode. More...
 

Detailed Description

If you do not want to implement the XTreeDataModel yourself, use this service.

This implementation uses MutableTreeNode for its nodes.


The documentation for this service was generated from the following file: