:: com :: sun :: star :: awt :: tree ::

struct TreeDataModelEvent
Base Hierarchy
TreeDataModelEvent
 ┗ ::com::sun::star::lang::EventObject

Elements' Summary
Nodes contains the changed, added or removed nodes.  
ParentNode holds the parent node for changed, added or removed nodes.  
Elements' Details
Nodes
sequence< XTreeNode > Nodes;
Description
contains the changed, added or removed nodes.

All nodes must have ParentNode as parent.

ParentNode
XTreeNode ParentNode;
Description
holds the parent node for changed, added or removed nodes.

If this is null, Nodes must contain only the root node

Top of Page