interface XComboBox in module com::sun::star::awt:: |
interface XComboBox : com::sun::star::uno::XInterface ;
gives access to the items of a combo box and makes it possible to register item and action event listeners.
Method Summary |
|
| addItemListener | registers a listener for item events. |
| removeItemListener | unregisters a listener for item events. |
| addActionListener | registers a listener for action events. |
| removeActionListener | unregisters a listener for action events. |
| addItem | adds a new item to the combo box. |
| addItems | adds multiple items to the combo box. |
| removeItems | removes multiple items to the combo box. |
| getItemCount | |
| getItem | |
| getItems | |
| getDropDownLineCount | |
| setDropDownLineCount | sets the number of lines which are visible in the drop down area. |
Known Services Which Export this Interface |
Method Details |
|||||||||||||
|
|||||||||||||
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.