22 module
com { module sun { module star { module awt {
53 void addItem( [in]
string aItem,
59 void addItems( [in] sequence<string> aItems,
65 void removeItems( [in]
short nPos,
76 string getItem( [in]
short nPos );
81 sequence<string> getItems();
88 short getSelectedItemPos();
93 sequence<short> getSelectedItemsPos();
100 string getSelectedItem();
105 sequence<string> getSelectedItems();
110 void selectItemPos( [in]
short nPos,
111 [in]
boolean bSelect );
116 void selectItemsPos( [in] sequence<short> aPositions,
117 [in]
boolean bSelect );
122 void selectItem( [in]
string aItem,
123 [in]
boolean bSelect );
129 boolean isMutipleMode();
134 void setMultipleMode( [in]
boolean bMulti );
139 short getDropDownLineCount();
144 void setDropDownLineCount( [in]
short nLines );
149 void makeVisible( [in]
short nEntry );
makes it possible to receive action events.
Definition: XActionListener.idl:27
makes it possible to receive events from a component when the state of an item changes.
Definition: XItemListener.idl:28
Definition: Ambiguous.idl:20
gives access to the items of a list box and makes it possible to register item and action event liste...
Definition: XListBox.idl:28
base interface of all UNO interfaces
Definition: XInterface.idl:45