(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

unpublished struct TreeDataModelEvent
Base Hierarchy
TreeDataModelEvent
 ┗ ::com::sun::star::lang::EventObject
Usage Restrictions
not published
Description
An event used by a XTreeDataModel to notify changes in the data model to the XTreeControl. You usually need to fill this event only if you implement the XTreeDataModel yourself.
See also
XTreeDataModel, XTreeControl, XTreeDataModelListener

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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.