Difference between revisions of "Documentation/DevGuide/JavaBean/LocalOfficeConnection and LocalOfficeWindow"
From Apache OpenOffice Wiki
< Documentation | DevGuide
OOoWikiBot (talk | contribs) m (Robot: Changing Category:JavaBean for Office Components) |
OOoWikiBot (talk | contribs) m (Robot: Changing Category:Documentation/Developers Guide/JavaBean for Office Components) |
||
| Line 12: | Line 12: | ||
{{PDL1}} | {{PDL1}} | ||
| − | [[Category:Documentation/ | + | [[Category:Documentation/Developer's Guide/JavaBean for Office Components]] |
Revision as of 09:11, 5 June 2008
The class LocalOfficeConnection implements a connection to a locally running OpenOffice.org process that is an implementation of the interface OfficeConnection. Its method createOfficeWindow() creates an instance of the class LocalOfficeWindow, that is an implementation of the interface OfficeWindow.
Where LocalOfficeConnection keeps a single connection to the OpenOffice.org process, there are multiple, shared LocalOfficeWindow instances for multiple beans. The LocalOfficeWindow implements the embedding of the local OpenOffice.org document window into a java.awt.Container.
| Content on this page is licensed under the Public Documentation License (PDL). |