21module
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:31
Definition Ambiguous.idl:20
An event used by a XTreeDataModel to notify changes in the data model to the XTreeControl.
Definition TreeDataModelEvent.idl:34
sequence< XTreeNode > Nodes
contains the changed, added or removed nodes.
Definition TreeDataModelEvent.idl:37
XTreeNode ParentNode
holds the parent node for changed, added or removed nodes.
Definition TreeDataModelEvent.idl:41
specifies the base for all event objects and identifies the source of the event.
Definition EventObject.idl:28