Method removeAllItems()
Return type: void
Member of:
javax.swing.JComboBox
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
monthCombo.removeAllItems();
2
portBox.removeAllItems();
3
choiceList.removeAllItems();
4
box.removeAllItems();
5
filterBox.removeAllItems();
6
parameterComboBox.removeAllItems();
7
dayCombo.removeAllItems();
8
_implementsComboBox.removeAllItems();
9
historyBox.removeAllItems();
10
grid.removeAllItems();
11
this.columnChooser.removeAllItems();
12
methodRemoteNameBox.removeAllItems();
13
fieldsChoice.removeAllItems();
14
if(_combo.getItemCount() > 0) _combo.removeAllItems();
15
agentCB.removeAllItems();
16
buyList.removeAllItems();
17
stages.removeAllItems();
18
this.combobox.removeAllItems();
19
this.jComboBox.removeAllItems();
20
clientCombo.removeAllItems();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.