Type: info
         Title: css.awt.XItemList, implemented by the UnoListBoxControlModel
     Posted by: frank.schoenh...@sun.com
      Affected: -
         TaskId: i111238
<http://www.openoffice.org/issues/show_bug.cgi?id=111238>
Effective from: CWS unoawt
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/unoawt>
    CWS status: new


*Summary*
--------
+ css.awt.XItemList
+ css.awt.XItemListListener
+ css.awt.ItemListEvent


*Description*
-------------
There's a new interface css.awt.XItemList, which is implemented by the
UnoControlListBoxModel. It serves two purposes:
- It allows manipulating the item list of the control/model more
fine-grained
  than the existing StringItemList property does.
  The interface allows to insert/remove/modify single entries, instead
of the
  manipulating only the entry list as a whole.
- It adds support for images to the control. That is, for every item
in the list,
  you can specify a text, and the URL of a graphic to be displayed
before the
  entry text.
  This is a runtime-only feature, those image URLs are not persistent
in any
  way. In particular, there's no support in the dialog editor for this
feature.


Send feedback to interface-announce@openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: interface-announce-unsubscr...@openoffice.org
For additional commands, e-mail: interface-announce-h...@openoffice.org

Reply via email to