19#ifndef __com_sun_star_awt_tree_XMutableTreeDataModel_idl__
20#define __com_sun_star_awt_tree_XMutableTreeDataModel_idl__
26module
com { module sun { module star { module awt { module tree {
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:31
This is the editable version of the XTreeDataModel.
Definition XMutableTreeDataModel.idl:35
XMutableTreeNode createNode([in] any DisplayValue, [in] boolean ChildrenOnDemand)
creates a new tree node with the given value and given settings.
void setRoot([in] XMutableTreeNode RootNode)
changes the root node of this model to RootNode.
Represents a mutable tree node as used by the MutableTreeDataModel.
Definition XMutableTreeNode.idl:34
An instance of this interface is used by the TreeControl to retrieve the hierarchical outline data th...
Definition XTreeDataModel.idl:41
Definition Ambiguous.idl:22