Methods' Details |
appendChild
- Description
- appends ChildNode to this instance.
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if ChildNode is not a valid node of the corresponding XTreeDataModel .
|
|
insertChildByIndex
- Description
- inserts ChildNode to this instance at the given index.
- Parameter Index
- the index where the node will be inserted to this instance.
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if ChildNode is not a valid node of the corresponding XTreeDataModel .
- Throws
- ::com::sun::star::lang::IndexOutOfBoundsException
if Index is less than 0 or greater then XTreeNode::getChildCount() .
|
|
removeChildByIndex
- Description
- removes the node from this instance at the specified index.
- Parameter Index
- the index of the node to be removed from this instance.
- Throws
- ::com::sun::star::lang::IndexOutOfBoundsException
if Index is less than 0 or greater then XTreeNode::getChildCount() .
|
|
setHasChildsOnDemand
void |
setHasChildsOnDemand( |
[in] boolean |
ChildsOnDemand ); |
- Description
- Changes if the childs of this node are created on demand.
- See also
- XTreeNode::hasChildsOnDemand()
|
|
setDisplayValue
void |
setDisplayValue( |
[in] any |
Value ); |
- Description
- sets the display value of this node
|
|
setNodeGraphicURL
void |
setNodeGraphicURL( |
[in] string |
URL ); |
- Description
- The URL for a graphic that is rendered before the text part of this node.
If this URL is empty, no graphic is rendered.
|
|
setExpandedGraphicURL
void |
setExpandedGraphicURL( |
[in] string |
URL ); |
- Description
- The URL for a graphic that is rendered to visualize expanded non leaf nodes.
If URL is empty, XTreeControl::DefaultExpandedGraphicURL is used.
|
|
setCollapsedGraphicURL
void |
setCollapsedGraphicURL( |
[in] string |
URL ); |
- Description
- The URL for a graphic that is rendered to visualize collapsed non leaf nodes.
If URL is empty, XTreeControl::DefaultCollapsedGraphicURL is used.
|
|
Copyright © 2003 Sun Microsystems, Inc.