19#ifndef __com_sun_star_util_XDataEditor_idl__
20#define __com_sun_star_util_XDataEditor_idl__
27module
com { module sun { module star { module util {
base interface of all UNO interfaces
Definition: XInterface.idl:48
makes it possible to receive status change events from an XDataEditor.
Definition: XDataEditorListener.idl:33
connects to a model and broadcasts status change events.
Definition: XDataEditor.idl:32
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: Accessible.idl:22