LibreOffice
LibreOffice 24.2 SDK API Reference
Public Member Functions | List of all members
XController Interface Referencepublished

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

import"XController.idl";

Inheritance diagram for XController:
XComponent XInterface PropertyBrowserController Controller StartModule XController2 XObjectInspector DataSourceBrowser QueryDesign RelationDesign TableDesign

Public Member Functions

void attachFrame ([in] XFrame Frame)
 is called to attach the controller with its managing frame. More...
 
boolean attachModel ([in] XModel Model)
 is called to attach the controller to a new model. More...
 
boolean suspend ([in] boolean Suspend)
 is called to prepare the controller for closing the view More...
 
any getViewData ()
 provides access to current view status More...
 
void restoreViewData ([in] any Data)
 restores the view status using the data gotten from a previous call to XController::getViewData(). More...
 
XModel getModel ()
 provides access to currently attached model More...
 
XFrame getFrame ()
 provides access to owner frame of this controller More...
 
- Public Member Functions inherited from XComponent
void dispose ()
 The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. More...
 
void addEventListener ([in] XEventListener xListener)
 adds an event listener to the object. More...
 
void removeEventListener ([in] XEventListener aListener)
 removes an event listener from the listener list. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

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

See also
XFrame
com::sun::star::awt::XWindow
XModel
Developers Guide
Office Development - Component - Getting Frames, Controllers and Models from Each Other
Office Development - Controllers
Office Development - Frame-Controller-Model Paradigm in LibreOffice

Member Function Documentation

◆ attachFrame()

void attachFrame ( [in] XFrame  Frame)

is called to attach the controller with its managing frame.

Parameters
Framethe new owner frame of this controller

◆ attachModel()

boolean attachModel ( [in] XModel  Model)

is called to attach the controller to a new model.

Parameters
Modelthe new model for this controller
Returns
TRUE If attaching was successful
FALSE Otherwise

◆ getFrame()

XFrame getFrame ( )

provides access to owner frame of this controller

Returns
the frame containing this controller.

◆ getModel()

XModel getModel ( )

provides access to currently attached model

Returns
the currently attached model.

◆ getViewData()

any getViewData ( )

provides access to current view status

Returns
set of data that can be used to restore the current view status at later time by using XController::restoreViewData()

◆ restoreViewData()

void restoreViewData ( [in] any  Data)

restores the view status using the data gotten from a previous call to XController::getViewData().

Parameters
Dataset of data to restore it

◆ suspend()

boolean suspend ( [in] boolean  Suspend)

is called to prepare the controller for closing the view

Parameters
SuspendTRUE Force the controller to suspend his work FALSE Try to reactivate the controller
Returns
TRUE If request was accepted and successfully finished
FALSE Otherwise

The documentation for this interface was generated from the following file: