Difference between revisions of "Documentation/DevGuide/JavaBean/LocalOfficeConnection and LocalOfficeWindow"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Documentation/Developers Guide/JavaBean for Office Components)
m (FINAL VERSION FOR L10N)
Line 5: Line 5:
 
|NextPage=Documentation/DevGuide/Accessibility/Accessibility
 
|NextPage=Documentation/DevGuide/Accessibility/Accessibility
 
}}
 
}}
{{DISPLAYTITLE:LocalOfficeConnection and LocalOfficeWindow}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/JavaBean/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:LocalOfficeConnection and LocalOfficeWindow}}
 
The class <code>LocalOfficeConnection</code> implements a connection to a locally running {{PRODUCTNAME}} process that is an implementation of the interface <code>OfficeConnection</code>. Its method <code>createOfficeWindow()</code> creates an instance of the class <code>LocalOfficeWindow</code>, that is an implementation of the interface <code>OfficeWindow</code>.
 
The class <code>LocalOfficeConnection</code> implements a connection to a locally running {{PRODUCTNAME}} process that is an implementation of the interface <code>OfficeConnection</code>. Its method <code>createOfficeWindow()</code> creates an instance of the class <code>LocalOfficeWindow</code>, that is an implementation of the interface <code>OfficeWindow</code>.
  

Revision as of 13:14, 15 May 2009



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).
Personal tools
In other languages