19 #ifndef __com_sun_star_frame_XController_idl__ 20 #define __com_sun_star_frame_XController_idl__ 25 module
com { module sun { module star { module frame {
27 published
interface XFrame;
28 published
interface XModel;
56 boolean attachModel( [in]
XModel Model );
69 boolean suspend( [in]
boolean Suspend );
85 void restoreViewData( [in] any Data );
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:42
Definition: Ambiguous.idl:22
represents a component which is created from a URL and arguments.
Definition: XModel.idl:58
represents the environment for a desktop component
Definition: Frame.idl:41
With this interface, components viewed in a Frame can serve events (by supplying dispatches).
Definition: XController.idl:37
a frame object can be considered to be an "anchor" object where a component can be attached to.
Definition: XFrame.idl:43