19 #ifndef __com_sun_star_awt_tree_XMutableTreeNode_idl__
20 #define __com_sun_star_awt_tree_XMutableTreeNode_idl__
28 module com { module sun { module star { module awt { module tree {
66 void removeChildByIndex( [in]
long Index )
73 void setHasChildrenOnDemand( [in]
boolean ChildrenOnDemand );
76 void setDisplayValue( [in] any Value );
88 void setNodeGraphicURL( [in]
string URL );
93 void setExpandedGraphicURL( [in]
string URL );
98 void setCollapsedGraphicURL( [in]
string URL );
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:34
An instance implementing this interface represents the model data for an entry in a XTreeDataModel...
Definition: XTreeNode.idl:35
Represents a mutable tree node as used by the MutableTreeDataModel.
Definition: XMutableTreeNode.idl:33
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
any DataValue
Stores an implementation dependent value.
Definition: XMutableTreeNode.idl:83