Difference between revisions of "Documentation/DevGuide/JavaBean/ContainerFactory Interface"
From Apache OpenOffice Wiki
< Documentation | DevGuide
OOoWikiBot (talk | contribs) m (Robot: Changing Category:JavaBean for Office Components) |
|||
| Line 17: | Line 17: | ||
{{PDL1}} | {{PDL1}} | ||
| − | [[Category: JavaBean for Office Components]] | + | |
| + | [[Category:Documentation/Developers Guide/JavaBean for Office Components]] | ||
Revision as of 09:07, 4 June 2008
The interface com.sun.star.comp.beans.ContainerFactory defines a factory class that the client implements if it needs to control how popup windows generated by the backend OpenOffice.org process are presented within the Java environment. The factory has only one method:
public java.awt.Container createContainer()
It returns a java.awt.Container.
| Content on this page is licensed under the Public Documentation License (PDL). |