Difference between revisions of "Documentation/DevGuide/JavaBean/ContainerFactory Interface"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (FINAL VERSION FOR L10N)
Line 15: Line 15:
 
It returns a <code>java.awt.Container</code>.
 
It returns a <code>java.awt.Container</code>.
  
{{Documentation/Note|For more background on handling popup windows generated by {{PRODUCTNAME}}, and possible threading issues to consider, see [[Documentation/DevGuide/OfficeDev/Java Window Integration|Java Window Integration]].}}
+
{{Note|For more background on handling popup windows generated by {{PRODUCTNAME}}, and possible threading issues to consider, see [[Documentation/DevGuide/OfficeDev/Java Window Integration|Java Window Integration]].}}
  
 
{{PDL1}}
 
{{PDL1}}
  
 
[[Category:Documentation/Developer's Guide/JavaBean for Office Components]]
 
[[Category:Documentation/Developer's Guide/JavaBean for Office Components]]

Revision as of 19:42, 3 July 2018



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.

Documentation note.png For more background on handling popup windows generated by OpenOffice.org, and possible threading issues to consider, see Java Window Integration.
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages