LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_tree_XTreeEditListener_idl__
20 #define __com_sun_star_awt_tree_XTreeEditListener_idl__
27 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
void nodeEdited([in] XTreeNode Node, [in] string NewText)
This method is called from the TreeControl implementation when editing of Node is finished and was no...
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
You can implement this interface and register with XTreeControl::addTreeEditListener() to get notific...
Definition: XTreeEditListener.idl:37
void nodeEditing([in] XTreeNode Node)
This method is called from the TreeControl implementation when editing of Node is requested by callin...
Definition: Ambiguous.idl:22
thrown to indicate a general veto.
Definition: VetoException.idl:34