service Controller in module com::sun::star::frame::

(Global Index)

Syntax

service Controller;

Description

is an abstract service for a component which offers a deeper integration of desktop components than a UnoControl can offer.

Exported Interfaces

com::sun::star::frame::XController

Description

With this interface, components viewed in a Frame can serve events (by supplying dispatches).


com::sun::star::frame::XDispatchProvider

Description

provides XDispatch interfaces for certain functions which are useful at the UI.


com::sun::star::awt::XWindow

Description

Possibly the controller and the main window of the component are the same object.


Top of Page