:: com :: sun :: star :: ui ::

service UIElementFactory
Description
specifies a user interface element factory that can create and initialize a user interface element type.

It depends on the implementation which user interface element types can be created. It is also possible that a factory is only able to create one special user interface element. User interface element factories must be registered at the single instance UIElementFactoryManager service to provide access to itself.

Since
OOo 2.0

Exported Interfaces - Summary
XUIElementFactory

this interface provides a function to create and initalize new instances of user interface elements. (details)

Exported Interfaces - Details
XUIElementFactory
Description
this interface provides a function to create and initalize new instances of user interface elements.
See also
XUIElementFactory

 
Top of Page