22 module
com { module sun { module star { module frame {
used to enumerate objects in a container which contains objects.
Definition XEnumerationAccess.idl:28
This is the main interface of a desktop service.
Definition XDesktop.idl:36
void removeTerminateListener([in] XTerminateListener Listener)
unregisters an event listener for termination events.
com::sun::star::container::XEnumerationAccess getComponents()
provides read access to collection of all currently loaded components inside the frame tree
com::sun::star::lang::XComponent getCurrentComponent()
provides read access to the component inside the tree which has the UI focus
XFrame getCurrentFrame()
provides read access to the frame which contains the current component
void addTerminateListener([in] XTerminateListener Listener)
registers an event listener to the desktop, which is called when the desktop is queried to terminate,...
boolean terminate()
tries to terminate the desktop.
a frame object can be considered to be an "anchor" object where a component can be attached to.
Definition XFrame.idl:39
has to be provided if an object wants to receive an event when the master environment (e....
Definition XTerminateListener.idl:32
allows to explicitly free resources and break cyclic references.
Definition XComponent.idl:39
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20