Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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