Skip navigation links
com.goldencode.p2j.ui

Class TreeWidgetBase

Specified by:
createImage in interface TreeFace
Parameters:
path - The image file path. Can be an absolute name or relative. When relative, the Propath entries will be searched.
Returns:
the index of the created image or -1 if path is invalid or image can not be created
Specified by:
createSubNode in interface TreeFace
Parameters:
parentNodeId - Id of the parent node for the newly created node. Use 0 to create a root node.
nodeText - The node text.
nodeKey - The unique node key for the new node.
hasChildren - When set to false the node will be created as a leaf node without any children, use true for nodes that may hold child nodes.
collapseIcon - Optional collapse image index. See above for the value interpretation.
expandIcon - Optional collapse image index. See above for the value interpretation.
tooltip - The tooltip character string to be used with the new node.
newNodeId - Will be assigned node id of the created node if the operation succeeds.
Skip navigation links
Copyright (c) 2004-2017, Golden Code Development Corporation.
ALL RIGHTS RESERVED. Use is subject to license terms.