:: com :: sun :: star :: ui ::
|
unpublished |
service UIElementSettings |
|
|
- 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
- OpenOffice 2.0.0
|
Exported Interfaces |
::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 ::com::sun::star::ui::ItemDescriptor .
It depends on the function which provides these service if the container is shareable read-only or exclusive writeable.
- See also
- ::com::sun::star::ui::ItemDescriptor
- See also
- ::com::sun::star::ui::ItemType
- See also
- ::com::sun::star::ui::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' Summary |
string
UIName |
[ OPTIONAL ]
determine an optional user interface name of the user interface element.
|
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
Copyright © 2003 Sun Microsystems, Inc.