Methods' Details |
getChildAt
- Description
- Returns the child tree node at Index.
- Throws
- ::com::sun::star::lang::IndexOutOfBoundsException
if Index is less than 0 or equal or greater then getChildCount.
|
|
getChildCount
- Description
- Returns the number of child nodes.
|
|
getParent
- Description
- Returns the parent node of this node.
|
|
getIndex
- Description
- Returns the index of Node in this instances children.
- Returns
- The child index of Node , or -1 if Node is no child of this instance.
|
|
hasChildrenOnDemand
boolean |
hasChildrenOnDemand(); |
- Description
- Returns true if the children of this node are created on demand.
A TreeControl will handle a node that returns true always
like a node that has child nodes, even if getChildCount
returns 0.
- See also
- TreeExpansionListener;
|
|
getDisplayValue
- Description
- If not empty, the textual representation of this any is used as the text part of this node.
|
|
getNodeGraphicURL
string |
getNodeGraphicURL(); |
- 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.
|
|
getExpandedGraphicURL
string |
getExpandedGraphicURL(); |
- Description
- The URL for a graphic that is rendered to visualize expanded non leaf nodes.
If URL is empty, XTreeControl::DefaultExpandedGraphicURL is used.
|
|
getCollapsedGraphicURL
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.