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 {
69 void removeChildByIndex( [in]
long Index )
76 void setHasChildrenOnDemand( [in]
boolean ChildrenOnDemand );
79 void setDisplayValue( [in] any Value );
91 void setNodeGraphicURL( [in]
string URL );
96 void setExpandedGraphicURL( [in]
string URL );
101 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
Definition: Ambiguous.idl:22
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:86