Difference between revisions of "Documentation/DevGuide/JavaBean/The Internal Office Bean API"
From Apache OpenOffice Wiki
< Documentation | DevGuide
OOoWikiBot (talk | contribs) m (Robot: Changing Category:Documentation/Developers Guide/JavaBean for Office Components) |
OOoWikiBot (talk | contribs) m (FINAL VERSION FOR L10N) |
||
| Line 5: | Line 5: | ||
|NextPage=Documentation/DevGuide/JavaBean/OfficeConnection Interface | |NextPage=Documentation/DevGuide/JavaBean/OfficeConnection Interface | ||
}} | }} | ||
| − | {{DISPLAYTITLE:The Internal Office Bean API}} | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/JavaBean/{{SUBPAGENAME}}}} |
| + | {{DISPLAYTITLE:The Internal Office Bean API}} | ||
The Office Bean API is exported in two Java interfaces, <code>com.sun.star.comp.beans.OfficeConnection</code> and <code>com.sun.star.comp.beans.OfficeWindow</code>. | The Office Bean API is exported in two Java interfaces, <code>com.sun.star.comp.beans.OfficeConnection</code> and <code>com.sun.star.comp.beans.OfficeWindow</code>. | ||
Revision as of 13:13, 15 May 2009
The Office Bean API is exported in two Java interfaces, com.sun.star.comp.beans.OfficeConnection and com.sun.star.comp.beans.OfficeWindow.
An implementation of com.sun.star.comp.beans.OfficeConnection is provided in the class com.sun.star.comp.beans.LocalOfficeConnection. The class com.sun.star.comp.beans.LocalOfficeWindow implements com.sun.star.comp.beans.OfficeWindow. The relationship between the Office Bean interfaces and their implementation classes is shown in the illustration below.
The following sections describe the Office Bean interfaces OfficeConnection and OfficeWindow. Refer to the section Using the OOoBean for an explanation of how the implementation classes are used.
| Content on this page is licensed under the Public Documentation License (PDL). |