21 module
com { module sun { module star { module frame {
23 published
interface XFrame;
24 published
interface XModel;
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 generated_idl_chapter_refs.idl:891
represents a component which is created from a URL and arguments.
Definition generated_idl_chapter_refs.idl:2396
allows to explicitly free resources and break cyclic references.
Definition generated_idl_chapter_refs.idl:435
Definition Ambiguous.idl:20
represents the environment for a desktop component
Definition generated_idl_chapter_refs.idl:874