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

unpublished service PaneController
Supported Interface
XPaneController
Description
See XPaneController for a description of the pane controller.

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

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



Constructors' Summary
create Create a new instance of a PaneController 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 PaneController as sub controller of the given ::XController object.

 
Top of Page