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

unpublished service ViewController
Supported Interface
XViewController
Description
See XViewController for a description of the view controller.

See ConfigurationController for a comment why this service may be removed in the future.

The ViewController object for an application can be obtained via the XControllerManager interface.



Constructors' Summary
create Create a new instance of a ViewController as sub controller of the given ::XController object.  
Constructors' Details
create
create( [in] ::com::sun::star::frame::XController  xController );

Description
Create a new instance of a ViewController as sub controller of the given ::XController object.

 
Top of Page