The fields of the TreeLeafNode class are listed below. For a complete list of TreeLeafNode class members, see the TreeLeafNode Members topic.
![]() | 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. |
![]() | 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). |
![]() | Whether or not this node is selected. |
![]() | The default image for this object. For a composite node, this will be the closed image (the composite node will store the open image). |
![]() | |
![]() | |
![]() | unique internal ID for this node |
![]() |
TreeLeafNode Class | com.plumtree.uiinfrastructure.tree Namespace