(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

unpublished service UIElement
Usage Restrictions
not published
Description
specifies a user interface element.

A user interface element consists of a unique identifier and a type specifier. It provides an interface to retrieve a special purpose interface which depends on the specific user interface element type. Every user interface must be initialized before it can be used.

Since
OOo 2.0.0

Exported Interfaces - Summary
XUIElement

provides a function to retrieve a special purpose interface which depends on the specific user interface element type.

::com::sun::star::lang::XInitialization

interface to initialize a user interface element instance. A user interface element must be initialized using ::XInitialization::initialize before it can be used. The following property must be provided: (details)

::com::sun::star::util::XUpdatable

used to notify an implementation that it needs to update its visual representation. (details)

::com::sun::star::lang::XComponent

controls the life-time of the object.

Exported Interfaces - Details
XUIElement
Description
provides a function to retrieve a special purpose interface which depends on the specific user interface element type.
::com::sun::star::lang::XInitialization
Usage Restrictions
optional
Description
interface to initialize a user interface element instance. A user interface element must be initialized using ::XInitialization::initialize before it can be used. The following property must be provided:
  • ResourceURLspecifies a string property which is the unique identifier of the user interface element.
A user interface element factory creates and initializes every user interface element correctly.
See also
com::sun::star::ui::UIElementFactoryManager;, UIElementFactory
::com::sun::star::util::XUpdatable
Usage Restrictions
optional
Description
used to notify an implementation that it needs to update its visual representation.

A user interface element implementation should check if it has to update its visual representation. It is up to the implementation if it ignores notifications.

::com::sun::star::lang::XComponent
Description
controls the life-time of the object.

 
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.