Plumtree UI Infrastructure API  
 

TreeLeafNode Fields

The fields of the TreeLeafNode class are listed below. For a complete list of TreeLeafNode class members, see the TreeLeafNode Members topic.

Public Instance Fields

m_bForceSelectable Whether or not to override the normal selectable logic and force this node to be selectable. true implies this node should be selectable no matter what.
m_bMultiplyInstanced Whether or not this node can be simultaneously located in multiple places. true implies there can be more than one instance of the object this node points to in the same tree. N.B. Multiply instanced items must use unique class ID / object ID pairs (per item, not per instance).
m_bSelected Whether or not this node is selected.
m_Image The default image for this object. For a composite node, this will be the closed image (the composite node will store the open image).
m_nClassID 
m_nObjectID 
m_nTreeNodeID unique internal ID for this node
m_strLocation 

See Also

TreeLeafNode Class | com.plumtree.uiinfrastructure.tree Namespace