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

unpublished 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 ::com::sun::star::ui::UIElementFactoryManager service to provide access to itself.

Since
OpenOffice 2.0.0

Exported Interfaces
::com::sun::star::ui::XUIElementFactory
Description
this interface provides a function to create and initalize new instances of user interface elements.
See also
::com::sun::star::ui::XUIElementFactory

 
Top of Page