LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_tree_TreeDataModelEvent_idl__
20 #define __com_sun_star_awt_tree_TreeDataModelEvent_idl__
26 module
com { module sun { module star { module awt { module tree {
An instance implementing this interface represents the model data for an entry in a XTreeDataModel.
Definition: XTreeNode.idl:36
An event used by a XTreeDataModel to notify changes in the data model to the XTreeControl.
Definition: TreeDataModelEvent.idl:39
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:32
XTreeNode ParentNode
holds the parent node for changed, added or removed nodes.
Definition: TreeDataModelEvent.idl:46
Definition: Ambiguous.idl:22
sequence< XTreeNode > Nodes
contains the changed, added or removed nodes.
Definition: TreeDataModelEvent.idl:42