:: com :: sun :: star :: drawing :: framework ::

unpublished interface XControllerManager
Description
The XControllerManager gives access to the controllers of the drawing framework.

The XControllerManager interface is typically implemented by the same object that implements ::com::sun::star::frame::XController.


Methods' Summary
getConfigurationController Return the XConfigurationController object.  
getModuleController Return the XModuleController object.  
Methods' Details
getConfigurationController
XConfigurationController
getConfigurationController();

Description
Return the XConfigurationController object.
Returns
The returned reference is never empty.
getModuleController
XModuleController
getModuleController();

Description
Return the XModuleController object.
Returns
The returned reference is never empty.
Top of Page