Exported Interfaces - Summary |
XFrameLoader |
support asynchronous loading of the component
|
::com::sun::star::lang::XInitialization |
support initialization of loader with its own configuration!
(details)
|
::com::sun::star::container::XNamed |
provides access to the internal name of this frame loader
(details)
|
Exported Interfaces - Details |
XFrameLoader
- Description
- support asynchronous loading of the component
|
|
::com::sun::star::lang::XInitialization
- Usage Restrictions
- optional
- Description
- support initialization of loader with its own configuration!
Concrete implementations should use it to get her own configuration data
directly after creation by the FrameLoaderFactory.
Otherwise they must use normal configuration API to do so.
|
|
::com::sun::star::container::XNamed
- Usage Restrictions
- optional
- Description
- provides access to the internal name of this frame loader
The internal name is a part of his configuration and will be passed by
the FrameLoaderFactory after creation
if optional interface com::sun::star::lang::XInitialization
is supported. Value of function com::sun::star::container::XNamed::getName()
can be used on service FrameLoaderFactory to get further information about this loader.
Setting of this name by calling com::sun::star::container::XNamed::setName()
must be forwarded to same factory service. He should decide, if it's allowed or not.
The reason: prevent code against name ambiguities.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.