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

unpublished service UIElementSettings
Usage Restrictions
not published
Description
describes the internal structure of a configurable user interface element.

No assumption is made about any graphical representation: You could have a menu or a toolbar working with the same UIElementSettings although limitations based on the real user interface element may be visible.

Since
OOo 2.0

Exported Interfaces - Summary
::com::sun::star::container::XIndexAccess

provides access to the structure of the user interface element. (details)

::com::sun::star::lang::XSingleComponentFactory

provides access to an optional factory interface to create sub container. (details)

Properties' Summary
string
UIName
[ OPTIONAL ]
determine an optional user interface name of the user interface element.  
Exported Interfaces - Details
::com::sun::star::container::XIndexAccess
Description
provides access to the structure of the user interface element.

The container contains the items of the user interface element. Every item is stored as a sequence of ::com::sun::star::beans::PropertyValue. The properties insides the sequence are defined by the service ItemDescriptor. It depends on the function which provides these service if the container is shareable read-only or exclusive writeable.

See also
ItemDescriptor, ItemType
See also
ItemStyle

::com::sun::star::lang::XSingleComponentFactory
Usage Restrictions
optional
Description
provides access to an optional factory interface to create sub container.

The factory should be used to create sub container within this user interface element settings. This interface is only available if the container is exclusive writable.

Properties' Details
UIName
string UIName;
Usage Restrictions
optional
Description
determine an optional user interface name of the user interface element.

A toolbar can show a its user interface name on the window title, when it is in floating mode.


 
Top of Page