LibreOffice
LibreOffice 5.0 SDK API Reference
|
Represents an editable tree node as used by the MutableTreeDataModel. More...
import "MutableTreeNode.idl";
Additional Inherited Members | |
![]() | |
void | appendChild ([in] XMutableTreeNode ChildNode) raises ( com::sun::star::lang::IllegalArgumentException ) |
appends ChildNode to this instance. More... | |
void | insertChildByIndex ([in] long Index,[in] XMutableTreeNode ChildNode) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::IndexOutOfBoundsException ) |
inserts ChildNode to this instance at the given index. More... | |
void | removeChildByIndex ([in] long Index) raises ( com::sun::star::lang::IndexOutOfBoundsException ) |
removes the node from this instance at the specified index. More... | |
void | setHasChildrenOnDemand ([in] boolean ChildrenOnDemand) |
Changes if the children of this node are created on demand. More... | |
void | setDisplayValue ([in] any Value) |
sets the display value of this node More... | |
void | setNodeGraphicURL ([in] string URL) |
The URL for a graphic that is rendered before the text part of this node. More... | |
void | setExpandedGraphicURL ([in] string URL) |
The URL for a graphic that is rendered to visualize expanded non leaf nodes. More... | |
void | setCollapsedGraphicURL ([in] string URL) |
The URL for a graphic that is rendered to visualize collapsed non leaf nodes. More... | |
![]() | |
any | DataValue |
Stores an implementation dependent value. More... | |
Represents an editable tree node as used by the MutableTreeDataModel.