19 #ifndef __com_sun_star_awt_XListBox_idl__
20 #define __com_sun_star_awt_XListBox_idl__
30 module com { module sun { module star { module awt {
61 void addItem( [in]
string aItem,
67 void addItems( [in] sequence<string> aItems,
73 void removeItems( [in]
short nPos,
84 string getItem( [in]
short nPos );
89 sequence<string> getItems();
94 short getSelectedItemPos();
99 sequence<short> getSelectedItemsPos();
104 string getSelectedItem();
109 sequence<string> getSelectedItems();
114 void selectItemPos( [in]
short nPos,
115 [in]
boolean bSelect );
120 void selectItemsPos( [in] sequence<short> aPositions,
121 [in]
boolean bSelect );
126 void selectItem( [in]
string aItem,
127 [in]
boolean bSelect );
133 boolean isMutipleMode();
138 void setMultipleMode( [in]
boolean bMulti );
143 short getDropDownLineCount();
148 void setDropDownLineCount( [in]
short nLines );
153 void makeVisible( [in]
short nEntry );
makes it possible to receive action events.
Definition: XActionListener.idl:33
makes it possible to receive events from a component when the state of an item changes.
Definition: XItemListener.idl:34
gives access to the items of a list box and makes it possible to register item and action event liste...
Definition: XListBox.idl:36
base interface of all UNO interfaces
Definition: XInterface.idl:47