21module
com { module sun { module star { module util {
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
makes it possible to receive status change events from an XDataEditor.
Definition XDataEditorListener.idl:27
connects to a model and broadcasts status change events.
Definition XDataEditor.idl:26
void show()
makes the data editor visible to the user.
void addDataEditorListener([in] XDataEditorListener listener)
registers a listener to receive DataEditorEvents.
com::sun::star::uno::XInterface getModel()
void setModel([in] com::sun::star::uno::XInterface model)
connects the data editor to a data model.
void removeDataEditorListener([in] XDataEditorListener listener)
unregisters a listener.
Definition Ambiguous.idl:20