interface XListBox in module com::sun::star::awt:: |
interface XListBox : com::sun::star::uno::XInterface ;
gives access to the items and their state and to register for item and action events of a listbox.
Method Summary |
|
addItemListener | registers an item event listener. |
removeItemListener | unregisters an item event listener. |
addActionListener | registers an action event listener. |
removeActionListener | unregisters an action event listener. |
addItem | adds an item at a specified position. |
addItems | adds multiple items at a specified position. |
removeItems | removes a number of items at a specified position. |
getItemCount | |
getItem | |
getItems | |
getSelectedItemPos | |
getSelectedItemsPos | |
getSelectedItem | |
getSelectedItems | |
selectItemPos | selects/unselects the item at the specified position. |
selectItemsPos | selects/unselects multiple items at the specified positions. |
selectItem | selects/unselects the specified item. |
isMutipleMode | |
setMultipleMode | determines if only a single item or multiple items can be selected. |
getDropDownLineCount | |
setDropDownLineCount | sets the number of visible lines for drop down mode. |
makeVisible | makes the item at the specified position visible by scolling. |
Known Services Which Export this Interface |
Method Details |
|||||||||||||||||||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.