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();
96 short getSelectedItemPos();
101 sequence<short> getSelectedItemsPos();
108 string getSelectedItem();
113 sequence<string> getSelectedItems();
118 void selectItemPos( [in]
short nPos,
119 [in]
boolean bSelect );
124 void selectItemsPos( [in] sequence<short> aPositions,
125 [in]
boolean bSelect );
130 void selectItem( [in]
string aItem,
131 [in]
boolean bSelect );
137 boolean isMutipleMode();
142 void setMultipleMode( [in]
boolean bMulti );
147 short getDropDownLineCount();
152 void setDropDownLineCount( [in]
short nLines );
157 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