Getting Frames, Controllers and Models from Each Other

From Apache OpenOffice Wiki
Jump to: navigation, search



Usually developers require the controller and frame of an already loaded document model. The com.sun.star.frame.XModel interface of Apache OpenOffice 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
In other languages