LibreOffice
LibreOffice 5.0 SDK API Reference
|
If you do not want to implement the XTreeDataModel yourself, use this service. More...
import "MutableTreeDataModel.idl";
Additional Inherited Members | |
![]() | |
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... | |
If you do not want to implement the XTreeDataModel yourself, use this service.
This implementation uses MutableTreeNode for its nodes.