21 module
com { module sun { module star { module frame {
23 published
interface XFrame;
24 published
interface XModel;
With this interface, components viewed in a Frame can serve events (by supplying dispatches).
Definition XController.idl:34
void attachFrame([in] XFrame Frame)
is called to attach the controller with its managing frame.
void restoreViewData([in] any Data)
restores the view status using the data gotten from a previous call to XController::getViewData().
XModel getModel()
provides access to currently attached model
boolean suspend([in] boolean Suspend)
is called to prepare the controller for closing the view
boolean attachModel([in] XModel Model)
is called to attach the controller to a new model.
any getViewData()
provides access to current view status
XFrame getFrame()
provides access to owner frame of this controller
a frame object can be considered to be an "anchor" object where a component can be attached to.
Definition XFrame.idl:39
represents a component which is created from a URL and arguments.
Definition XModel.idl:51
allows to explicitly free resources and break cyclic references.
Definition XComponent.idl:39
Definition Ambiguous.idl:20
represents the environment for a desktop component
Definition Frame.idl:36