Text Document Controller
From OpenOffice.org Wiki
< Documentation | DevGuide
Revision as of 10:13, 14 May 2009 by OOoWikiBot (Talk | contribs)
The text document model knows its controller and it can lock the controller to block user interaction. The appropriate methods in the model's com.sun.star.frame.XModel interface are:
void lockControllers() void unlockControllers() boolean hasControllersLocked() com::sun::star::frame::XController getCurrentController() void setCurrentController( [in] com::sun::star::frame::XController xController)
The controller returned by getCurrentController() shares the following interfaces with all other document controllers in OpenOffice.org:
- com.sun.star.frame.XController
- com.sun.star.frame.XDispatchProvider
- com.sun.star.ui.XContextMenuInterceptor
Document controllers are explained in the Office Development.
| Content on this page is licensed under the Public Documentation License (PDL). |

