Difference between revisions of "Documentation/DevGuide/OfficeDev/Component/Getting Frames, Controllers and Models from Each Other"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Office Development)
m (Robot: Changing Category:Documentation/Developers Guide/Office Development)
Line 16: Line 16:
 
{{PDL1}}
 
{{PDL1}}
  
[[Category:Documentation/Developers Guide/Office Development]]
+
[[Category:Documentation/Developer's Guide/Office Development]]

Revision as of 09:39, 5 June 2008



Usually developers require the controller and frame of an already loaded document model. The com.sun.star.frame.XModel interface of OpenOffice.org document models gets the controller that provides access to the frame through its com.sun.star.frame.XController interface. The following illustration shows the methods that get the controller and frame for a document model and conversely. From the frame , obtain the corresponding component and container window.

Frame-Controller-Model Organization

If the loaded component is a trivial component and implements com.sun.star.awt.XWindow only, the window and the window peer is reached by querying these interfaces from the com.sun.star.lang.XComponent returned by loadComponentFromURL().

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools